From 9889127ab7b12836027214618d74f6d25f8b1803 Mon Sep 17 00:00:00 2001 From: James Barr Date: Mon, 1 May 2017 12:26:29 -0700 Subject: [PATCH] Prepare for 1.0.0 --- CHANGELOG.md | 5 +++-- README.md | 4 ++-- gradle.properties | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8026a2..f0e5046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -#Changelog +# Changelog + +## Version 1.0.0 *(2017-05-01)* -#0.1.0 - Initial Release diff --git a/README.md b/README.md index f5308e1..ba72fb8 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ ViewPump installs a custom LayoutInflater via a ContextThemeWrapper and provides ### Dependency -Include the dependency [Download (.aar)](http://search.maven.org/remotecontent?filepath=io/github/inflationx/viewpump/0.1.1-SNAPSHOT/viewpump-0.1.1-SNAPSHOT.aar) : +Include the dependency [Download (.aar)](http://search.maven.org/remotecontent?filepath=io/github/inflationx/viewpump/1.0.0/viewpump-1.0.0.aar) : ```groovy dependencies { - compile 'io.github.inflationx:viewpump:0.1.1-SNAPSHOT' + compile 'io.github.inflationx:viewpump:1.0.0' } ``` diff --git a/gradle.properties b/gradle.properties index 36ab867..4cc4ccb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ GROUP=io.github.inflationx -VERSION_NAME=0.1.1 -VERSION_CODE=2 +VERSION_NAME=1.0.0 +VERSION_CODE=3 POM_PACKAGING=aar POM_URL=https://github.com/InflationX/ViewPump