Skip to content

Commit

Permalink
Prepare version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Dec 2, 2013
1 parent e2ff82c commit a989c98
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

Version 1.0.0 *(In development)*
--------------------------------
Version 1.0.0 *(2013-12-02)*
----------------------------

Initial release.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=1.0.0
GROUP=com.jakewharton.hugo

POM_DESCRIPTION=Annotation-triggered method call logging for your debug builds.
Expand Down
2 changes: 1 addition & 1 deletion hugo-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

classpath 'com.android.tools.build:gradle:0.6.+'
classpath 'com.jakewharton.hugo:hugo-plugin:1.0.0-SNAPSHOT'
classpath 'com.jakewharton.hugo:hugo-plugin:1.0.0'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class HugoPlugin implements Plugin<Project> {
}

project.dependencies {
debugCompile 'com.jakewharton.hugo:hugo-runtime:1.0.0-SNAPSHOT'
debugCompile 'com.jakewharton.hugo:hugo-runtime:1.0.0'
// TODO this should come transitively
debugCompile 'org.aspectj:aspectjrt:1.7.4'
compile 'com.jakewharton.hugo:hugo-annotations:1.0.0-SNAPSHOT'
compile 'com.jakewharton.hugo:hugo-annotations:1.0.0'
}

variants.all { variant ->
Expand Down

0 comments on commit a989c98

Please sign in to comment.