1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 11:05:55 +00:00

Updating the version and changelog

This commit is contained in:
Scott Tolksdorf
2016-05-19 08:52:01 -04:00
parent 68fc0f95d1
commit 7501342e85
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# changelog
### Thursday, 19/05/2016 - v2.0.2
- No longer server-side pre-render brews, just incase the user entered invalid HTML, it might crahsh the server
- Bumped up the allowed entity size for extra-large brew (Thanks for reporting it dickboner93)
- Added a little error box when a save fails with a custom link to reporting the issue on github.
### Saturday, 14/05/2016 - v2.0.0 (finally!)
I've been working on v2 for a *very* long time. I want to thank you guys for being paitent.

View File

@@ -11,7 +11,7 @@ var Navbar = React.createClass({
<Nav.item href='/homebrew' className='homebrewLogo'>
<div>The Homebrewery</div>
</Nav.item>
<Nav.item>v2.0.1</Nav.item>
<Nav.item>v2.0.2</Nav.item>
</Nav.section>
{this.props.children}
</Nav.base>

View File

@@ -1,7 +1,7 @@
{
"name": "naturalcrit",
"description": "D&D Tools for the discerning DM",
"version": "2.0.1",
"version": "2.0.2",
"scripts": {
"postinstall": "gulp prod",
"start": "node server.js"