Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit 9cd1470

Browse files
committed
Updated version
1 parent ef1cba0 commit 9cd1470

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v1.3.1 (03 June 2018)
2+
- Fix some bugs with video slicing tool
3+
- Fix some other things
4+
15
### v1.3.0 (30 May 2018)
26
- Added ability to cancel downloads - if it is currently busy converting it will waiting until next iteration to cancel
37
- Added VideoCut dialog to snip a video to a desired length

src/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.3.0")]
55-
[assembly: AssemblyFileVersion("1.3.0")]
54+
[assembly: AssemblyVersion("1.3.1")]
55+
[assembly: AssemblyFileVersion("1.3.1")]

0 commit comments

Comments
 (0)