version 4.3.1

This commit is contained in:
Mark
2016-06-13 23:30:17 +02:00
parent 61badd2c74
commit ca1dfa34e0
3 changed files with 45 additions and 42 deletions
+43 -40
View File
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
/* global setAttrs:false, getAttrs:false, on:false, getSectionIDs:false, generateRowID:false, getTranslationByKey:false */
'use strict';
const currentVersion = '4.3.0';
const currentVersion = '4.3.1';
const SKILLS = {
ACROBATICS: 'dexterity',
ANIMALHANDLING: 'wisdom',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "5eShaped",
"version": "4.3.0",
"version": "4.3.1",
"bin": "./",
"description": "5e Shaped character sheet for Roll20.net",
"main": "gulpfile.js",