Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
baka-kaba committed Jan 20, 2019
1 parent f13558a commit 831d6bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Awful.apk/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ferg.awfulapp"
android:versionCode="184"
android:versionName="3.6.1"
android:versionCode="185"
android:versionName="3.6.2"
android:installLocation="auto">
<supports-screens
android:smallScreens="true"
Expand Down
11 changes: 11 additions & 0 deletions Awful.apk/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@
<!-- See the Changelog code for the expected structure of this document -->

<main>
<section>
<h2>3.6.2</h2>
<ul>
<li>Removed zen "blank page" feature bestowed by the cosmos 🧘</li>
</ul>
</section>

<section>
<h2>3.6.1</h2>
<ul>
<li>Had a serious talk with the post menu button about breaking the layout. It is very sorry and promised to not do it again.</li>
</ul>
</section>

<section>
<h2>3.6.0</h2>
<ul>
<li>Now with leper's colony. Enjoy reading about why you were banned (hint: it's for posting badly)</li>
Expand All @@ -29,6 +39,7 @@ <h2>3.6.0</h2>
<li>That changelog you've been reading? I guess that's new as well. It's a christmas miracle!</li>
</ul>
</section>

<section>
<h2>3.5.2</h2>
<ul>
Expand Down

0 comments on commit 831d6bf

Please sign in to comment.