Skip to content

Commit f74caac

Browse files
committed
Updated README with latest version
1 parent ebd0daf commit f74caac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ To give this project a quick try on your own machine, just run some of the examp
9797

9898
Download `blaze.jar` to your project directory. If you have `wget` available
9999

100-
wget -O blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.0/blaze-lite-1.6.0.jar'
100+
wget -O blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.1/blaze-lite-1.6.1.jar'
101101

102102
If you have `curl` available
103103

104-
curl -o blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.0/blaze-lite-1.6.0.jar'
104+
curl -o blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.1/blaze-lite-1.6.1.jar'
105105

106-
Or simply [download the file in your web browser](https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.0/blaze-lite-1.6.0.jar)
106+
Or simply [download the file in your web browser](https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.1/blaze-lite-1.6.1.jar)
107107
and save it to your project directory with a name of `blaze.jar`
108108

109109
## Write hello world blaze script in .java
@@ -322,7 +322,7 @@ the following in your shell
322322

323323
Writing your blaze scripts in an IDE is significantly more productive than trying to write them in a text editor. We
324324
initially tried writing our own IDE plugins to automatically recognize blaze was present, but that proved too difficult
325-
to maintain over IDE versions. As of Blaze v1.6.0+, there is a new simple method to enable IDE support across any
325+
to maintain over IDE versions. As of Blaze v1.6.1+, there is a new simple method to enable IDE support across any
326326
IDE that supports Maven projects.
327327

328328
java -jar blaze.jar --generate-maven-project

0 commit comments

Comments
 (0)