Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrax-10 committed Feb 15, 2024
1 parent fd1481b commit 0f00aac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inno/build setup with ffmpeg.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "environment.iss"

#define MyAppName "Batch Preview Generator"
#define MyAppVersion "1.1"
#define MyAppVersion "1.2"
#define MyAppPublisher "Tetrax-10"
#define MyURL "https://github.com/Tetrax-10"
#define MyAppURL "https://github.com/Tetrax-10/batch-preview-generator"
Expand Down
2 changes: 1 addition & 1 deletion inno/build setup.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "environment.iss"

#define MyAppName "Batch Preview Generator"
#define MyAppVersion "1.1"
#define MyAppVersion "1.2"
#define MyAppPublisher "Tetrax-10"
#define MyURL "https://github.com/Tetrax-10"
#define MyAppURL "https://github.com/Tetrax-10/batch-preview-generator"
Expand Down
2 changes: 1 addition & 1 deletion utils/commander.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


def init():
version = "1.1"
version = "1.2"

default_path = glob.get_cwd()
default_out = glob.join_path(glob.get_cwd(), "previews")
Expand Down

0 comments on commit 0f00aac

Please sign in to comment.