Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit d0f3ddf

Browse files
authored
Merge pull request #250 from jellyfin/release
Tag new release
2 parents e2af63b + 82b7c62 commit d0f3ddf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="org.jellyfin.mobile" version="0.9.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="org.jellyfin.mobile" version="0.9.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Jellyfin</name>
44
<description>
55
Jellyfin Mobile

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jellyfin-android",
3-
"version": "0.9.0",
3+
"version": "0.9.8",
44
"description": "A Cordova-based mobile app for Jellyfin",
55
"repository": {
66
"type": "git",
@@ -41,4 +41,4 @@
4141
"android"
4242
]
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)