Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
Set version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Mazur committed Mar 22, 2015
1 parent 636d440 commit 115c7b1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.0.1
-------------
*2015-03-22*

- Spoon runner dependency is changed to 1.1.8.

Version 1.0.0
-------------
*2015-03-19*
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
}
dependencies {
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.0'
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.1'
}
}
Expand Down Expand Up @@ -91,7 +91,7 @@ If you have troubles with running Android Lint after this plugin is applied, try
buildscript {
// ...
dependencies {
classpath('com.stanfy.spoon:spoon-gradle-plugin:1.0.0') {
classpath('com.stanfy.spoon:spoon-gradle-plugin:1.0.1') {
exclude module: 'guava'
}
classpath 'com.google.guava:guava:17.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'nexus'
apply plugin: 'project-report'

group = 'com.stanfy.spoon'
version = '1.0.1-SNAPSHOT'
version = '1.0.1'

jar {
manifest {
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:1.1.3'
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.1-SNAPSHOT'
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.1'
}
}

0 comments on commit 115c7b1

Please sign in to comment.