Skip to content

Commit 3c59a41

Browse files
committed
new version
1 parent cfbbf94 commit 3c59a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ This way, you can even connect to non ActiveMQ/AMQP brokers. You simply need to
181181
2. create a file called "a" on your path (~/bin/a or what have you)
182182
```
183183
#!/bin/sh
184-
java -jar ~/bin/a-1.3.2-jar-with-dependencies.jar "$@"
184+
java -jar ~/bin/a-1.4.0-jar-with-dependencies.jar "$@"
185185
```
186186
3. chmod +x a
187187
4. Run a from any place.
@@ -191,7 +191,7 @@ java -jar ~/bin/a-1.3.2-jar-with-dependencies.jar "$@"
191191
2. create a file called "a.bat" on your path, i.e. c:\bin
192192
```
193193
@echo off
194-
java -jar c:\bin\a-1.3.2-jar-with-dependencies.jar %*
194+
java -jar c:\bin\a-1.4.0-jar-with-dependencies.jar %*
195195
```
196196
3. Run from any place.
197197

0 commit comments

Comments
 (0)