Skip to content

Commit

Permalink
bump up version to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NevermindNilas committed May 11, 2024
1 parent cbdce70 commit 55a3591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TheAnimeScripter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var panelGlobal = this;
var TheAnimeScripter = (function () {

var scriptName = "TheAnimeScripter";
var scriptVersion = "v1.6.3";
var scriptVersion = "v1.6.4";

// Default Values for the settings
var outputFolder = app.settings.haveSetting(scriptName, "outputFolder") ? app.settings.getSetting(scriptName, "outputFolder") : "undefined";
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
else:
mainPath = os.path.dirname(os.path.abspath(__file__))

scriptVersion = "1.6.3"
scriptVersion = "1.6.4"
warnings.filterwarnings("ignore")


Expand Down

0 comments on commit 55a3591

Please sign in to comment.