Skip to content

Commit

Permalink
Bump version to 1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed Jan 25, 2020
1 parent 80d7ada commit 34420dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

A GUI to convert video files to AV1 using SVT-AV1

![v1.3 Screenshot](https://moisescardona.me/wp-content/uploads/2019/11/SVT-AV1-GUI-v1.3.png)
![v1.5 Screenshot](https://moisescardona.me/wp-content/uploads/2020/01/SVT-AV1-GUI-v1.5-Main-Window.png)

![v1.5 Advanced Options Screenshot](https://moisescardona.me/wp-content/uploads/2020/01/SVT-AV1-GUI-v1.5-Advanced-Options.png)

I wrote this software to encode video files to AV1 using SVT-AV1.

Expand Down
2 changes: 1 addition & 1 deletion svt-av1_gui/Form1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions svt-av1_gui/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("A GUI for SVT-AV1")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("rav1e_gui")>
<Assembly: AssemblyCopyright("Copyright © 2018 - 2019")>
<Assembly: AssemblyCopyright("Copyright © 2018 - 2020")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.4.0.0")>
<Assembly: AssemblyFileVersion("1.4.0.0")>
<Assembly: AssemblyVersion("1.5.0.0")>
<Assembly: AssemblyFileVersion("1.5.0.0")>

0 comments on commit 34420dc

Please sign in to comment.