Skip to content

Commit

Permalink
Merge pull request #230 from wonderkiln/release/0.12.0
Browse files Browse the repository at this point in the history
Release 0.12.0
  • Loading branch information
Dylan McIntyre authored Nov 3, 2017
2 parents 105a87d + 49e446c commit e7ee247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camerakit/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'

def ver = '0.12.0-Snapshot'
def ver = '0.12.0'

def isSnapshot(version) {
return version.contains('-Snapshot') || System.getenv('CIRCLE_TAG') == null || System.getenv('CIRCLE_TAG').length() == 0
Expand Down

0 comments on commit e7ee247

Please sign in to comment.