From f88078669054410753299a7c95618a86feb68699 Mon Sep 17 00:00:00 2001 From: Tyler van der Hoeven Date: Tue, 11 Oct 2016 17:00:03 -0400 Subject: [PATCH] version bump --- bower.json | 2 +- changelog.md | 4 ++++ package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 90b1736..8d1936f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "BaremetricsCalendar", - "version": "1.0.7", + "version": "1.0.8", "homepage": "https://github.com/Baremetrics/calendar", "authors": [ "Tyler van der Hoeven " diff --git a/changelog.md b/changelog.md index edb5267..ca7bb12 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## 1.0.8 Update +- Pulled in a couple pull requests to fix some locale issues +- Couple small bug fixes and performance improvements + ## 1.0.7 Update Originally the compiled CSS file had both my demo app CSS and the calendar CSS all mashed together. Apparently some folks found that to be annoying. (Hint: It was me) This is no longer the case. diff --git a/package.json b/package.json index 8cc35eb..4968e21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "BaremetricsCalendar", - "version": "1.0.7", + "version": "1.0.8", "license": "MIT", "repository": { "type": "git",