Skip to content

Commit

Permalink
bump up the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NevermindNilas committed Jun 19, 2024
1 parent 3628f01 commit bc0e429
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8.3";
var scriptVersion = "v1.8.6";

// 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 gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
)
logger = logging.getLogger(__name__)

TITLE = "The Anime Scripter - 1.8.5 (Alpha)"
TITLE = "The Anime Scripter - 1.8.6 (Alpha)"
W, H = 1280, 720

if getattr(sys, "frozen", False):
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.8.5"
scriptVersion = "1.8.6"
warnings.filterwarnings("ignore")


Expand Down

0 comments on commit bc0e429

Please sign in to comment.