mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-15 18:38:23 +01:00
[feature] version bump
This commit is contained in:
parent
dce3f48a99
commit
5a2e14f8f9
@ -1,7 +1,7 @@
|
|||||||
var version = (function() {
|
var version = (function() {
|
||||||
|
|
||||||
// version is normally bumped when the state needs changing or any new functionality is added
|
// version is normally bumped when the state needs changing or any new functionality is added
|
||||||
var current = "2.1.0";
|
var current = "2.2.0";
|
||||||
|
|
||||||
var get = function() {
|
var get = function() {
|
||||||
var number = current.split(".");
|
var number = current.split(".");
|
||||||
|
Loading…
Reference in New Issue
Block a user