From 7293911259918052ae29a6ce8c762413f5f345a6 Mon Sep 17 00:00:00 2001 From: saran Date: Mon, 20 Aug 2018 00:21:04 +0530 Subject: [PATCH] Bumped up the version --- README.md | 2 +- RealmBrowser/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f531411..6ffc1a9 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/RealmBrowser/build.gradle b/RealmBrowser/build.gradle index de57bfe..9ca7ae0 100644 --- a/RealmBrowser/build.gradle +++ b/RealmBrowser/build.gradle @@ -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'