Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Bump app version to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xiprox committed Nov 29, 2017
1 parent d0c63b8 commit d79a4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WaniKani/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.github.triplet.play'

def versionMajor = 1
def versionMinor = 2
def versionPatch = 6
def versionPatch = 7
def versionBuild = Integer.parseInt(System.getenv('TRAVIS_BUILD_NUMBER') ?: "1")

def keystoreAlias = System.getenv('keystoreAlias') ?: project.property("wanikani.signing.upload.alias")
Expand Down

0 comments on commit d79a4b4

Please sign in to comment.