Skip to content

Commit

Permalink
Set version to 0.8 in preparation for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoegele committed Apr 2, 2010
1 parent d6cd03d commit d24740b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -82,7 +82,7 @@ buildscript {
mavenRepo(urls: 'http://jvoegele.com/maven2/')
}
dependencies {
classpath 'com.jvoegele.gradle.plugins:android-plugin:0.8-SNAPSHOT'
classpath 'com.jvoegele.gradle.plugins:android-plugin:0.8'
}
}
usePlugin com.jvoegele.gradle.plugins.android.AndroidPlugin
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -2,7 +2,7 @@ usePlugin 'groovy'
usePlugin 'maven'
usePlugin 'eclipse'

version = '0.8-SNAPSHOT'
version = '0.8'
group = 'com.jvoegele.gradle.plugins'

uploadArchives {
Expand Down

0 comments on commit d24740b

Please sign in to comment.