Skip to content

Commit

Permalink
Bumped up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
saran2020 committed Aug 19, 2018
1 parent 2764066 commit 7293911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ the app level build.gradle of your project
```
dependencies {
...
implementation 'com.github.saran2020.realmbrowser:RealmBrowser:0.1'
implementation 'com.github.saran2020.realmbrowser:RealmBrowser:0.2'
}
```
or by cloning this project.
2 changes: 1 addition & 1 deletion RealmBrowser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {

publishedGroupId = 'com.github.saran2020.realmbrowser'
artifact = 'RealmBrowser'
libraryVersion = '0.1'
libraryVersion = '0.2'

libraryDescription = 'A database browser for Android to browse Realm database'

Expand Down

0 comments on commit 7293911

Please sign in to comment.