mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-12 01:52:32 +00:00
version 2.0.11
This commit is contained in:
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,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",
|
||||
|
||||
Reference in New Issue
Block a user