From 6d29761eb3948cfd58e1cecb73328c643b302db5 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 14 Oct 2013 16:53:38 -0400 Subject: [PATCH] update release notes, version tick --- RELEASE NOTES.md | 9 +++++++++ package.json | 2 +- server/documents/index.html.eco | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/RELEASE NOTES.md b/RELEASE NOTES.md index 948bca40e..a6e82d9e0 100755 --- a/RELEASE NOTES.md +++ b/RELEASE NOTES.md @@ -1,5 +1,14 @@ ## RELEASE NOTES +### Version 0.6.0 - Oct 14, 2013 + +**Updates** +- Adds travis CI support with preliminary test coverage for all javascript modules + +**Fixes** +- Minor Fixes caught with testing suite, related to ensuring proper destroy, init, +- Minor fixes to edge cases with seting and retrieving internals/settings as default, init, or during run-time on some modules + ### Version 0.5.1 - Oct 11, 2013 **Fixes** diff --git a/package.json b/package.json index 1409f8f67..7f0d2799b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic", - "version": "0.5.1", + "version": "0.6.0", "title": "Semantic UI", "description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.", "homepage": "http://www.semantic-ui.com", diff --git a/server/documents/index.html.eco b/server/documents/index.html.eco index 601afd24d..ce2f4f834 100755 --- a/server/documents/index.html.eco +++ b/server/documents/index.html.eco @@ -15,7 +15,7 @@ type : 'Semantic'
-

Semantic UI 0.5.1

+

Semantic UI 0.6.0

UI is the vocabulary of the web.

Semantic empowers designers and developers by creating a language for sharing UI.

View UI