Skip to content

Commit

Permalink
Prepare release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Aug 30, 2017
1 parent dfa2c3f commit bb59644
Show file tree
Hide file tree
Showing 6 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 @@ -31,7 +31,7 @@ Setup the Gradle plugin:
// ...
dependencies {
// ...
classpath 'com.karumi:shot:0.1.0'
classpath 'com.karumi:shot:0.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 '0.1.1-SNAPSHOT'
version '0.1.1'

apply plugin: 'scala'
apply plugin: 'jacoco'
Expand Down
2 changes: 1 addition & 1 deletion core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
POM_NAME=shot core
POM_ARTIFACT_ID=shot-core
POM_ARTIFACT_ID=core
POM_PACKAGING=jar
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=000101
VERSION_NAME=0.1.1-SNAPSHOT
VERSION_NAME=0.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:0.1.1-SNAPSHOT'
classpath 'com.karumi:shot:0.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 '0.1.1-SNAPSHOT'
version '0.1.1'

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

0 comments on commit bb59644

Please sign in to comment.