Skip to content

Commit b1af290

Browse files
committed
Bumping version to 3.1.0, min libopenshot version to 0.3.1, adding new release to appdata.xml.
1 parent 4452ad5 commit b1af290

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/classes/info.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
import os
2929
from time import strftime
3030

31-
VERSION = "3.0.0"
32-
MINIMUM_LIBOPENSHOT_VERSION = "0.3.0"
33-
DATE = "20221201000000"
31+
VERSION = "3.1.0"
32+
MINIMUM_LIBOPENSHOT_VERSION = "0.3.1"
33+
DATE = "20230321000000"
3434
NAME = "openshot-qt"
3535
PRODUCT_NAME = "OpenShot Video Editor"
3636
GPL_VERSION = "3"

xdg/org.openshot.OpenShot.appdata.xml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<id>org.openshot.OpenShot.desktop</id>
6565
</provides>
6666
<releases>
67+
<release version="3.1.0" date="2023-03-21"/>
6768
<release version="3.0.0" date="2022-12-01"/>
6869
<release version="2.6.1" date="2021-09-04"/>
6970
<release version="2.6.0" date="2021-08-19"/>

xdg/org.openshot.OpenShot.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
33
<mime-type type="application/vnd.openshot-qt-project">
4-
<comment>OpenShot 2.0 project</comment>
4+
<comment>OpenShot project</comment>
55
<glob pattern="*.osp"/>
66
<generic-icon name="openshot-qt-doc"/>
77
</mime-type>

0 commit comments

Comments
 (0)