Skip to content

Commit eff34f2

Browse files
committed
Bump 0.9.0
1 parent f8236f4 commit eff34f2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ script:
1919
- mvn -f java/pom.xml clean install
2020
before_deploy:
2121
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ks/rkl.jks -storepass
22-
$storepass -keypass $keypass java/target/rust-keylock-android-0.8.2-unsigned.apk rustkeylock
23-
- "${ANDROID_HOME}/build-tools/26.0.2/zipalign -v 4 java/target/rust-keylock-android-0.8.2-unsigned.apk
22+
$storepass -keypass $keypass java/target/rust-keylock-android-0.9.0-unsigned.apk rustkeylock
23+
- "${ANDROID_HOME}/build-tools/26.0.2/zipalign -v 4 java/target/rust-keylock-android-0.9.0-unsigned.apk
2424
java/target/rust-keylock-android.apk"
2525
deploy:
2626
overwrite: true

java/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.astonbitecode.rustkeylock"
44
android:versionCode="1"
5-
android:versionName="0.8.2" >
5+
android:versionName="0.9.0" >
66

77
<uses-sdk
88
android:minSdkVersion="16"

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.astonbitecode.rustkeylock</groupId>
66
<artifactId>rust-keylock-android</artifactId>
7-
<version>0.8.2</version>
7+
<version>0.9.0</version>
88
<packaging>apk</packaging>
99

1010
<name>rust-keylock-android</name>

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustkeylockandroid"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
authors = ["aston <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)