From 25daf1919afe4d9949826d18f546d5f2ac2ac148 Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 1 May 2020 16:48:23 -0400 Subject: [PATCH] v1.0.1 --- README.md | 2 +- app/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7caebca771..20e8556bd4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android 5.0 and above. ![screenshots of app](./.github/readme-images/screens.png) ## Newest Release -[v1.0.0](https://github.com/Jays2Kings/tachiyomiJ2K/releases) +[v1.0.1](https://github.com/Jays2Kings/tachiyomiJ2K/releases) ## Features diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c78164c220..82b413d1f3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -36,7 +36,7 @@ android { targetSdkVersion(29) applicationId = "eu.kanade.tachiyomi" versionCode = 62 - versionName = "1.0.0" + versionName = "1.0.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled = true