Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yatatsu committed Feb 16, 2016
1 parent c5ab8cb commit 7c5c3d6
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.1'
apt 'com.github.yatatsu:autobundle-processor:1.0.1'
compile 'com.github.yatatsu:autobundle:1.0.2'
apt 'com.github.yatatsu:autobundle-processor:1.0.2'
}
```

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.1',
version: '1.0.2',
licences: ['Apache-2.0']
]
}

0 comments on commit 7c5c3d6

Please sign in to comment.