version 2.0.11

This commit is contained in:
Mark
2016-02-15 22:42:09 +01:00
parent 473aef2f54
commit 455673d9bc
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
var currentVersion = '2.0.10';
var currentVersion = '2.0.11';
String.prototype.capitalize = function () {
return this.replace(/\w\S*/g, function (txt) {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dnd_5e_shaped_character_sheet",
"version": "",
"version": "2.0.11",
"bin": "./",
"description": "D&D 5e Shaped character sheet on Roll20.net",
"main": "gulpfile.js",