Skip to content

Commit

Permalink
v1.13.19 :shipit:
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlag committed Jul 25, 2023
1 parent 9fb7ff5 commit d4d6afd
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 36 deletions.
4 changes: 2 additions & 2 deletions dev/js/_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ var _UI = {
// Version
thisGlyphrStudioVersion: 'Version 1.13',
thisGlyphrStudioVersionNum: '1.13.19',
thisGlyphrStudioVersionDate: false,
thisGlyphrStudioVersionDate: 1690310000000,

// Internal Dev Stuff
devmode: true, // global switch for all the stuff below
devmode: false, // global switch for all the stuff below
dev_sample_project: false, // load a sample project and skip open project experience
dev_current_page: false, // navigate straight to a page
dev_current_panel: false, // navigate straight to a panel
Expand Down
70 changes: 70 additions & 0 deletions dist/Glyphr_Studio_-_1.13.19.html

Large diffs are not rendered by default.

45 changes: 14 additions & 31 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "glyphr-studio",
"license": "GPL-3.0-or-later",
"scripts": {
"start": "nw"
},
"main": "dev/Glyphr_Studio.html",
"window": {
"title": "Glyphr Studio",
Expand All @@ -16,6 +13,9 @@
"min_width": 1000,
"min_height": 700
},
"scripts": {
"build": "grunt"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.1",
Expand Down

0 comments on commit d4d6afd

Please sign in to comment.