Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
0.9.2-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
odelcroi committed Sep 26, 2018
1 parent aff952b commit f097488
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

subprojects {
group 'org.eclipse.keyple'
version = '0.9.1-SNAPSHOT'
version = '0.9.2-RELEASE'
}


Expand Down
4 changes: 2 additions & 2 deletions keyple-core/src/main/resources/META-INF/keyple.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Properties file generated by gradle
#Wed Sep 26 11:13:13 CEST 2018
version=0.9.1-SNAPSHOT
#Wed Sep 26 11:54:07 CEST 2018
version=0.9.2-RELEASE
2 changes: 1 addition & 1 deletion keyple-example/android/nfc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {
}

group 'org.eclipse.keyple'
version = '0.9.1-SNAPSHOT'
version = '0.9.2-RELEASE'


apply plugin: 'com.android.application'
Expand Down
2 changes: 1 addition & 1 deletion keyple-example/android/omapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ allprojects {
}

group 'org.eclipse.keyple'
version = '0.9.1-SNAPSHOT'
version = '0.9.2-RELEASE'



Expand Down
2 changes: 1 addition & 1 deletion keyple-plugin/android-nfc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ allprojects {
}

group 'org.eclipse.keyple'
version = '0.9.1-SNAPSHOT'
version = '0.9.2-RELEASE'


apply plugin: 'com.android.library'
Expand Down
2 changes: 1 addition & 1 deletion keyple-plugin/android-omapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ allprojects {
}

group 'org.eclipse.keyple'
project.version = '0.9.1-SNAPSHOT'
project.version = '0.9.2-RELEASE'

apply plugin: 'com.android.library'

Expand Down

0 comments on commit f097488

Please sign in to comment.