Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yatatsu committed Mar 5, 2016
1 parent ead718e commit 21943f4
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 @@ -221,8 +221,8 @@ buildscript {
apply plugin: 'android-apt'
dependencies {
compile 'com.github.yatatsu:autobundle:1.0.2'
apt 'com.github.yatatsu:autobundle-processor:1.0.2'
compile 'com.github.yatatsu:autobundle:2.0.0'
apt 'com.github.yatatsu:autobundle-processor:2.0.0'
}
```

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

0 comments on commit 21943f4

Please sign in to comment.