Skip to content

Commit

Permalink
* [release] prepare release v0.7.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Feb 11, 2015
1 parent 6d47125 commit 1514027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=0.7.3
VERSION_CODE=73
VERSION_NAME=0.7.4-SNAPSHOT
VERSION_CODE=74
GROUP=com.mikepenz.materialdrawer

POM_DESCRIPTION=MaterialDrawer Library
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 73
versionName '0.7.3'
versionCode 74
versionName '0.7.4-SNAPSHOT'
}

buildTypes {
Expand Down

0 comments on commit 1514027

Please sign in to comment.