From 21943f40a51e9a707d45a1f6b17457b7f05f8511 Mon Sep 17 00:00:00 2001 From: yatatsu Date: Sun, 6 Mar 2016 06:03:19 +0900 Subject: [PATCH] Release 2.0.0 --- README.md | 4 ++-- metadata.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7449aa9..00745fa 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/metadata.gradle b/metadata.gradle index bc85aee..fa332c3 100644 --- a/metadata.gradle +++ b/metadata.gradle @@ -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'] ] } \ No newline at end of file