Skip to content

Commit

Permalink
bump version and release
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabharora90 committed Jan 12, 2016
1 parent b7de9cb commit bf97820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Usage
Add a dependency to your `build.gradle`:

dependencies {
compile 'com.sa90.materialarcmenu:library:1.1.1'
compile 'com.sa90.materialarcmenu:library:1.2'
}

and include the `com.sa90.materialarcmenu.ArcMenu` as a viewgroup (with the sub-menu's as child) in your layout.
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.1.1"
versionName "1.2"
}
buildTypes {
release {
Expand All @@ -32,7 +32,7 @@ ext {
artifact = 'library'

libraryDescription = 'An android custom view which allows you to have a arc style-menu on your pages'
libraryVersion = '1.1.1'
libraryVersion = '1.2'

developerId = 'saurabharora90'
developerName = 'Saurabh Arora'
Expand Down

0 comments on commit bf97820

Please sign in to comment.