From 10e17557a862a0622e3a7b5c41ac60e255741f43 Mon Sep 17 00:00:00 2001 From: Neil Jenkins Date: Tue, 16 Dec 2014 10:15:13 +1100 Subject: [PATCH] v1.0.0 It's stable, it's in production; might as well call this 1.0 :) --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 2f23d4f..e2715c9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "Squire", - "version": "0.0.1", + "version": "1.0.0", "homepage": "https://github.com/neilj/Squire", "authors": [ "Neil Jenkins " diff --git a/package.json b/package.json index 85d5259..b268b82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Squire", - "version": "0.0.1", + "version": "1.0.0", "description": "Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible.", "main": "build/squire.js", "scripts": {