Skip to content

Commit

Permalink
Bump up version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yatatsu committed Feb 2, 2016
1 parent 4c56e9f commit 00f24dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ buildscript {
apply plugin: 'android-apt'
dependencies {
compile 'com.github.yatatsu:autobundle:1.0.0'
apt 'com.github.yatatsu:autobundle-processor:1.0.0'
compile 'com.github.yatatsu:autobundle:1.0.1'
apt 'com.github.yatatsu:autobundle-processor:1.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion metadata.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext {
desc: 'AutoBundle generates boilerplate code for field binding with android.os.Bundle',
website: 'https://github.com/yatatsu/AutoBundle',
repository: 'git@github.com:yatatsu/AutoBundle.git',
version: '1.0.0',
version: '1.0.1',
licences: ['Apache-2.0']
]
}

0 comments on commit 00f24dd

Please sign in to comment.