diff --git a/client/homebrew/navbar/editTitle.navitem.jsx b/client/homebrew/navbar/editTitle.navitem.jsx index 85a27fb88..2533bd6a6 100644 --- a/client/homebrew/navbar/editTitle.navitem.jsx +++ b/client/homebrew/navbar/editTitle.navitem.jsx @@ -20,7 +20,7 @@ var EditTitle = React.createClass({ }, render : function(){ return - +
= MAX_TITLE_LENGTH})}> {this.props.title.length}/{MAX_TITLE_LENGTH} diff --git a/package.json b/package.json index 06ea61374..6cfa71a9b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "naturalCrit", - "description": "A super rad project!", - "version": "1.4.1", + "name": "naturalcrit", + "description": "D&D Tools for the discerning DM", + "version": "2.0.0", "scripts": { "postinstall": "gulp prod", "start": "node server.js" }, - "author": "", + "author": "stolksdorf", "license": "BSD-2-Clause", "dependencies": { "app-module-path": "^1.0.4",