Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx committed Jul 28, 2021
1 parent 161d5c8 commit 1f62244
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.

# master

# v0.9.0-beta
- update to base v11.2.1
- support for animated webp emotes (7TV)
- add emotes to colon-autocomplete
Expand Down
6 changes: 3 additions & 3 deletions monke.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ index 4d89846ac..d2a4fe1bc 100644
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<manifest
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:versionCode="01100000802"
+ android:versionName="0.8.2-beta"
+ android:versionCode="01102000900"
+ android:versionName="0.9.0-beta"
+ android:compileSdkVersion="29"
+ android:compileSdkVersionCodename="10"
+ android:installLocation="auto"
Expand Down Expand Up @@ -180,7 +180,7 @@ index e5846b005..668172a2c 100644
<LinearLayout android:orientation="vertical" android:id="@id/settings_logout_footer" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:layout_gravity="center_horizontal" android:id="@id/app_settings_icon" android:padding="@dimen/default_margin" android:layout_width="@dimen/settings_footer_logo_size" android:layout_height="@dimen/settings_footer_logo_size" android:src="@drawable/ic_twitch_glitch_uv" />
+ <TextView android:textColor="@color/text_alt" android:gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="BTTV v0.8.2" />
+ <TextView android:textColor="@color/text_alt" android:gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="BTTV v0.9.0" />
<TextView android:textColor="@color/text_alt" android:gravity="center" android:id="@id/app_settings_version" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/version_label" />
<TextView android:textColor="@color/text_alt" android:gravity="center" android:id="@id/app_settings_build_date" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<FrameLayout android:id="@id/app_settings_logout_button" android:background="@drawable/settings_logout_button" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="@dimen/default_margin">
Expand Down

0 comments on commit 1f62244

Please sign in to comment.