Browse Source

updates version due to patch for icons

pull/129/head
jlukic 11 years ago
parent
commit
f485288832
4 changed files with 9 additions and 2 deletions
  1. 7
      RELEASE NOTES.md
  2. 2
      node/package.json
  3. 2
      node/src/documents/index.html.eco
  4. BIN
      node/src/files/build/semantic.zip

7
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**

2
node/package.json

@ -1,7 +1,7 @@
{
"semantic": {
"name": "Semantic UI",
"version": "0.2.3"
"version": "0.2.4"
},
"dependencies": {
"docpad": "~6.53.0",

2
node/src/documents/index.html.eco

@ -14,7 +14,7 @@ type : 'Semantic'
<div class="ui responsive grid">
<div class="column">
<div class="introduction">
<h1 class="ui header">Semantic UI <a class="ui black label" href="https://github.com/jlukic/Semantic-UI/blob/master/RELEASE%20NOTES.md">0.2.2</a></h1>
<h1 class="ui header">Semantic UI <a class="ui black label" href="https://github.com/jlukic/Semantic-UI/blob/master/RELEASE%20NOTES.md">0.2.4</a></h1>
<h2 class="ui header">UI is the vocabulary of the web.</h2>
<p>Semantic empowers designers and developers by creating a language for sharing UI.</p>
<a class="ui black large labeled launch icon button"><i class="icon list layout"></i> View UI</a>

BIN
node/src/files/build/semantic.zip

Loading…
Cancel
Save