Skip to content

Commit

Permalink
build: Updates version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erenalpaslan committed Apr 20, 2023
1 parent 0cccb06 commit e5f8716
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'mobi.appcent'
version = '1.0.0'
version = '1.0.1'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>mobi.appcent</groupId>
<artifactId>medusa-java-sdk</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<name>medusa-java-sdk</name>

<repositories>
Expand Down

0 comments on commit e5f8716

Please sign in to comment.