Skip to content

Commit

Permalink
Release v.0.0.9s
Browse files Browse the repository at this point in the history
  • Loading branch information
xSAVIKx committed Feb 11, 2017
1 parent a1c3f98 commit bbf0bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The resulting artifacts will be created in the `target` subdirectory.
You can run the executable jar via `java -jar target/androidscreencast-VERSION-executable.jar`, replacing VERSION with
the current version.

For example, `java -jar target/androidscreencast-0.0.8s-executable.jar`.
For example, `java -jar target/androidscreencast-0.0.9s-executable.jar`.

Additionally OS-packages would be created with ADB executables bundled:
* `androidscreencast-VERSION-windows.zip`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.xsavikx</groupId>
<artifactId>androidscreencast</artifactId>
<version>0.0.9s-SNAPSHOT</version>
<version>0.0.9s</version>
<name>Android Screencast</name>
<properties>
<spring.version>4.3.5.RELEASE</spring.version>
Expand Down

0 comments on commit bbf0bc7

Please sign in to comment.