Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed Jan 7, 2022
1 parent 5345f8a commit 46d1aec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/utils/shared_prefs.dart
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import 'package:shared_preferences/shared_preferences.dart';

class MyPrefs {
static final MyPrefs _instance = MyPrefs._ctor();
static final MyPrefs _instance = MyPrefs._internal();

factory MyPrefs() {
return _instance;
}

MyPrefs._ctor();
MyPrefs._internal();

late SharedPreferences _prefs;

Expand Down
7 changes: 4 additions & 3 deletions linux/packaging/usr/share/metainfo/flutube.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@
</description>
<screenshots>
<screenshot>
<image type="source">https://github.com/prateekmedia/flutube/blob/1.0.0/assets/screenshots/linux_1.jpg?raw=true</image>
<image type="source">https://github.com/prateekmedia/flutube/blob/1.0.0/assets/screenshots/linux_2.jpg?raw=true</image>
<image type="source">https://github.com/prateekmedia/flutube/blob/1.0.0/assets/screenshots/linux_3.jpg?raw=true</image>
<image type="source">https://github.com/prateekmedia/flutube/blob/1.1.0/assets/screenshots/linux_1.jpg?raw=true</image>
<image type="source">https://github.com/prateekmedia/flutube/blob/1.1.0/assets/screenshots/linux_2.jpg?raw=true</image>
<image type="source">https://github.com/prateekmedia/flutube/blob/1.1.0/assets/screenshots/linux_3.jpg?raw=true</image>
</screenshot>
</screenshots>
<launchable type="desktop-id">flutube.desktop</launchable>
<releases>
<release version="1.1.0" date="2021-01-07"/>
<release version="1.0.0" date="2021-12-20"/>
<release version="0.6.0" date="2021-10-18"/>
<release version="0.5.0" date="2021-09-29"/>
Expand Down

0 comments on commit 46d1aec

Please sign in to comment.