diff --git a/RELEASE NOTES.md b/RELEASE NOTES.md index 23e1087de..0c1ec594d 100755 --- a/RELEASE NOTES.md +++ b/RELEASE NOTES.md @@ -1,5 +1,12 @@ ## RELEASE NOTES +### Version 0.2.4- Sep 28, 2013 + +**Updates** + +- Fixes issue with display on Chromebook Pixel and some devices +- Fixes issues with concatenated version receiving conflicted icon definitions causing icons to not function + ### Version 0.2.3 - Sep 28, 2013 **Updates** diff --git a/node/package.json b/node/package.json index 9c4d937e2..c3045822a 100755 --- a/node/package.json +++ b/node/package.json @@ -1,7 +1,7 @@ { "semantic": { "name": "Semantic UI", - "version": "0.2.3" + "version": "0.2.4" }, "dependencies": { "docpad": "~6.53.0", diff --git a/node/src/documents/index.html.eco b/node/src/documents/index.html.eco index 1023c1040..fac41a100 100755 --- a/node/src/documents/index.html.eco +++ b/node/src/documents/index.html.eco @@ -14,7 +14,7 @@ type : 'Semantic'
-

Semantic UI 0.2.2

+

Semantic UI 0.2.4

UI is the vocabulary of the web.

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

View UI diff --git a/node/src/files/build/semantic.zip b/node/src/files/build/semantic.zip index e493b7f16..fba8f050f 100644 Binary files a/node/src/files/build/semantic.zip and b/node/src/files/build/semantic.zip differ