Skip to content

Commit

Permalink
Prepare release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Nov 7, 2018
1 parent 46e3898 commit 119bdd3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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:2.1.0'
classpath 'com.karumi:shot:2.1.1'
}
}
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 '2.1.1-SNAPSHOT'
version '2.1.1'

apply plugin: 'scala'
apply plugin: 'jacoco'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=020101
VERSION_NAME=2.1.1-SNAPSHOT
VERSION_NAME=2.1.1
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:2.1.1-SNAPSHOT'
classpath 'com.karumi:shot:2.1.1'
}
}

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 '2.1.1-SNAPSHOT'
version '2.1.1'

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

0 comments on commit 119bdd3

Please sign in to comment.