Browse Source

update release notes, version tick

beta
jlukic 11 years ago
parent
commit
6d29761eb3
  1. 9
      RELEASE NOTES.md
  2. 2
      package.json
  3. 2
      server/documents/index.html.eco

9
RELEASE NOTES.md

@ -1,5 +1,14 @@
## RELEASE NOTES ## 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 ### Version 0.5.1 - Oct 11, 2013
**Fixes** **Fixes**

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "semantic", "name": "semantic",
"version": "0.5.1", "version": "0.6.0",
"title": "Semantic UI", "title": "Semantic UI",
"description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.", "description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage": "http://www.semantic-ui.com", "homepage": "http://www.semantic-ui.com",

2
server/documents/index.html.eco

@ -15,7 +15,7 @@ type : 'Semantic'
<div class="ui page grid"> <div class="ui page grid">
<div class="column"> <div class="column">
<div class="introduction"> <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.5.1</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.6.0</a></h1>
<h2 class="ui header">UI is the vocabulary of the web.</h2> <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> <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> <a class="ui black large labeled launch icon button"><i class="icon list layout"></i> View UI</a>

Loading…
Cancel
Save