We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca093bf + 6799456 commit ce0bb56Copy full SHA for ce0bb56
build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'idea'
2
apply plugin: 'eclipse'
3
4
group = 'mobi.appcent'
5
-version = '1.0.1'
+version = '1.0.2'
6
7
buildscript {
8
repositories {
pom.xml
@@ -4,7 +4,7 @@
<groupId>mobi.appcent</groupId>
<artifactId>medusa-java-sdk</artifactId>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<name>medusa-java-sdk</name>
9
10
<repositories>
0 commit comments