Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BatterySmooth committed Apr 16, 2023
1 parent d49e7dc commit 1744010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import AdmZip from 'adm-zip';
import * as shortcuts from 'windows-shortcuts';

// Globals
const version = "1.2.11";
const version = "1.2.12";
const userHomeDir = homedir();
let configJSON;
let timberbornPath;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapslicer-cli",
"version": "1.2.11",
"version": "1.2.12",
"description": "Timberborn map slicer tool",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 1744010

Please sign in to comment.