Skip to content

Commit

Permalink
Merge branch 'release/3.0' into develop
Browse files Browse the repository at this point in the history
Conflicts:
	.gitattributes
	build.gradle
  • Loading branch information
maxme committed Aug 1, 2014
2 parents 68a03de + 813f9d7 commit ecb5fe3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* text=auto !eol
*.sh text eol=lf
*.bat text eol=crlf
*.png binary
*.jpg binary
4 changes: 2 additions & 2 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ android {

defaultConfig {
applicationId "org.wordpress.android"
versionName "3.0-rc-2"
versionCode 122
versionName "3.0"
versionCode 123
minSdkVersion 14
targetSdkVersion 19

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit ecb5fe3

Please sign in to comment.