From 50154774910eb5bb1e2379c115f29ed700efcb89 Mon Sep 17 00:00:00 2001
From: Sunguk Lee <d3m3vilurr@gmail.com>
Date: Thu, 9 May 2019 02:52:13 +0900
Subject: [PATCH] Bump up 3.0.0

---
 README.md    | 5 +++++
 build.gradle | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 87c97ce..6951c42 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,11 @@ This is not a standalone app.  It requires [Muzei app][] to be installed.
 Changelog
 ---------
 
+### Vesrion 3.0.0
+
+- Move to new Muzei API
+
+
 ### Version 2.2.0
 
 - Fix update problem of ranking modes (#20)
diff --git a/build.gradle b/build.gradle
index 8c533ae..012ec54 100644
--- a/build.gradle
+++ b/build.gradle
@@ -48,8 +48,8 @@ android {
     compileSdkVersion 28
     buildToolsVersion '28.0.3'
     defaultConfig {
-        versionCode 20201
-        versionName "2.2.1"
+        versionCode 30000
+        versionName "3.0.0"
 
         minSdkVersion 19
         targetSdkVersion 26