Skip to content

Commit 54284eb

Browse files
committed
Merge branch 'release/0.0.9s'
2 parents a1c3f98 + bbf0bc7 commit 54284eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The resulting artifacts will be created in the `target` subdirectory.
6262
You can run the executable jar via `java -jar target/androidscreencast-VERSION-executable.jar`, replacing VERSION with
6363
the current version.
6464

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

6767
Additionally OS-packages would be created with ADB executables bundled:
6868
* `androidscreencast-VERSION-windows.zip`

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.xsavikx</groupId>
55
<artifactId>androidscreencast</artifactId>
6-
<version>0.0.9s-SNAPSHOT</version>
6+
<version>0.0.9s</version>
77
<name>Android Screencast</name>
88
<properties>
99
<spring.version>4.3.5.RELEASE</spring.version>

0 commit comments

Comments
 (0)