Skip to content

Commit

Permalink
Prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Feb 9, 2018
1 parent d88700b commit a08c2d7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Setup the Gradle plugin:
// ...
dependencies {
// ...
classpath 'com.karumi:shot:1.0.0'
classpath 'com.karumi:shot:2.0.0'
}
}
apply plugin: 'shot'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.karumi'
version '1.0.1-SNAPSHOT'
version '2.0.0'

apply plugin: 'scala'
apply plugin: 'jacoco'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=000101
VERSION_NAME=1.0.1-SNAPSHOT
VERSION_CODE=020000
VERSION_NAME=2.0.0
GROUP=com.karumi
POM_DESCRIPTION=Gradle plugin developed to facilitate screenshot testing for Android.
POM_URL=https://github.com/karumi/shot
Expand Down
2 changes: 1 addition & 1 deletion shot-consumer/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.7'
classpath 'com.karumi:shot:1.0.1-SNAPSHOT'
classpath 'com.karumi:shot:2.0.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion shot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.karumi'
version '1.0.1-SNAPSHOT'
version '2.0.0'

apply plugin: 'scala'
apply plugin: 'groovy'
Expand Down

0 comments on commit a08c2d7

Please sign in to comment.