From 016f43f2cc58799b2191544d8f62974ddd38ae35 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Mon, 3 Feb 2014 00:13:39 -0800 Subject: [PATCH] bump to 2.0.0-beta2 --- bower.json | 4 ++-- changelog.md | 7 +++++++ fullcalendar.jquery.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index bf378a5..15fc732 100644 --- a/bower.json +++ b/bower.json @@ -1,8 +1,8 @@ { "name": "fullcalendar", - "version": "2.0.0-beta", + "version": "2.0.0-beta2", "devDependencies": { - "moment": "~2.5.1", + "moment": ">=2.5.0", "jquery": "~1.10.2", "jquery-ui": "~1.10.3", "jquery-simulate": "*", diff --git a/changelog.md b/changelog.md index 65d6278..d409703 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,11 @@ +v2.0.0-beta2 +------------ + +- fixed broken updateEvent method +- use of MomentJS with no side effects to the library + + v2.0.0-beta ----------- diff --git a/fullcalendar.jquery.json b/fullcalendar.jquery.json index 7f0e3be..f84c847 100644 --- a/fullcalendar.jquery.json +++ b/fullcalendar.jquery.json @@ -1,6 +1,6 @@ { "name": "fullcalendar", - "version": "2.0.0-beta", + "version": "2.0.0-beta2", "dependencies": { "jquery": "~1.10.2", diff --git a/package.json b/package.json index 26f33cc..79c9a77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fullcalendar", - "version": "2.0.0-beta", + "version": "2.0.0-beta2", "repository": { "type": "git", "url": "https://github.com/arshaw/fullcalendar.git"