diff --git a/CHANGELOG.md b/CHANGELOG.md index d77502e6..e1f399e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to V2er Android app will be documented in this file. +## v2.3.15 (Build 245) +1. Improvement: General stability and maintenance updates + ## v2.3.14 (Build 244) 1. Feature: Add reply sorting by popularity 2. Feature: Add built-in browser option for external links diff --git a/config.gradle b/config.gradle index b43786fb..8196229c 100644 --- a/config.gradle +++ b/config.gradle @@ -1,7 +1,7 @@ ext { app = [ - versionCode: 244, - versionName: "2.3.14" + versionCode: 245, + versionName: "2.3.15" ] android = [ supportVersion: '26.1.0'