Skip to content

Commit

Permalink
Release 2.10.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jliljebl committed Jul 2, 2023
1 parent ca4f323 commit 3b1ce66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flowblade-trunk/flowblade
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import os
import sys

print ("FLOWBLADE MOVIE EDITOR 2.10.0.2")
print ("FLOWBLADE MOVIE EDITOR 2.10.0.3")
print ("-------------------------------")


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="2.10.0.3" date="2023-07-02"/>
<release version="2.10.0.2" date="2023-06-24"/>
<release version="2.10.0.1" date="2023-06-22"/>
<release version="2.8.0.3" date="2021-03-30"/>
Expand Down
2 changes: 1 addition & 1 deletion flowblade-trunk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
locale_files.append(filepath)

setup( name='flowblade',
version='2.10.0.2',
version='2.10.0.3',
author='Janne Liljeblad',
author_email='janne.liljeblad at gmail dot com',
description='Non-linear video editor',
Expand Down

0 comments on commit 3b1ce66

Please sign in to comment.