diff --git a/CHANGES.txt b/CHANGES.txt
index a547c6d2..8e76861f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+New in 3.0.1 (2018-04-29)
+- Bug fixes.
+
+
New in 3.0.0 (2018-04-27)
This release adds the foundation for support of multiple sites. Beta implementations of 8chan and Lainchan are implemented.
diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle
index aeff1516..9ca42332 100644
--- a/Clover/app/build.gradle
+++ b/Clover/app/build.gradle
@@ -21,10 +21,10 @@ android {
minSdkVersion 15
targetSdkVersion 25
- versionName "v3.0.0"
+ versionName "v3.0.1"
// of the format XXYYZZ, where XX is major, YY is minor, ZZ is patch
// (watch out for octal notation, never start with a 0)
- versionCode 30000
+ versionCode 30001
}
compileOptions {
diff --git a/Clover/app/src/main/res/values/strings.xml b/Clover/app/src/main/res/values/strings.xml
index 38269ea3..bf3dbbcb 100644
--- a/Clover/app/src/main/res/values/strings.xml
+++ b/Clover/app/src/main/res/values/strings.xml
@@ -19,18 +19,13 @@ along with this program. If not, see .
-
+
Clover was updated
-
- Clover was updated to v3.0.0
- This release adds the foundation for support of multiple sites. Beta implementations of 8chan and Lainchan are implemented.
+ Clover was updated to v3.0.1
- Multisite support.
- Noscript recaptcha 2 support.
- Added a scrollbar.
- New posting options.
- Post text selection.
+ New in this version:
+ Bug fixes.
]]>
diff --git a/docs/release b/docs/release
new file mode 100644
index 00000000..9449948b
--- /dev/null
+++ b/docs/release
@@ -0,0 +1,10 @@
+To release:
+
+Update CHANGES.txt
+Change the version name and code in the app/build.gradle file.
+Change the previous version handler text in strings.xml.
+Commit it.
+Tag the commit (git tag v3.0.1).
+Merge into master.
+
+Upload APK to github releases.