diff --git a/README.md b/README.md index a59acef..94655bc 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/pom.xml b/pom.xml index 27855f2..1802285 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.github.xsavikx androidscreencast - 0.0.9s-SNAPSHOT + 0.0.9s Android Screencast 4.3.5.RELEASE