diff --git a/README.md b/README.md index e0f72f9..3b63a5f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ npm install semantic-ui-nag ## Addendum -This element's definitions (required class names, html structures) are available in the [Beta UI Docs](http://beta.semantic-ui.com) +This element's definitions (required class names, html structures) are available in the [UI Docs](http://www.semantic-ui.com) -Please consider checking out [all the benefits to theming](http://learnsemantic.com/guide/expert.html) before using these stand-alone releases. +Please consider checking out [all the benefits to theming](http://www.learnsemantic.com/guide/expert.html) before using these stand-alone releases. diff --git a/bower.json b/bower.json index d6a80d4..c282954 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "semantic-ui-nag", "description": "Nag - Semantic UI", - "homepage": "http://beta.semantic-ui.com", + "homepage": "http://www.semantic-ui.com", "author": { "name": "Jack Lukic", "web": "http://www.jacklukic.com" diff --git a/composer.json b/composer.json index 2c3a29e..e4774c2 100644 --- a/composer.json +++ b/composer.json @@ -14,5 +14,5 @@ "jquery": "x.x.x" }, "main": "nag.js", - "version": "1.0.0-beta" + "version": "1.0.0" } \ No newline at end of file diff --git a/nag.css b/nag.css index 00739a5..06db33e 100755 --- a/nag.css +++ b/nag.css @@ -1,7 +1,7 @@ /* * # Semantic UI * https://github.com/Semantic-Org/Semantic-UI - * http://beta.semantic-ui.com/ + * http://www.semantic-ui.com/ * * Copyright 2014 Contributors * Released under the MIT license diff --git a/nag.min.css b/nag.min.css index 0afe9e2..3b0feb3 100755 --- a/nag.min.css +++ b/nag.min.css @@ -1,7 +1,7 @@ /* * # Semantic UI * https://github.com/Semantic-Org/Semantic-UI - * http://beta.semantic-ui.com/ + * http://www.semantic-ui.com/ * * Copyright 2014 Contributors * Released under the MIT license diff --git a/nag.min.js b/nag.min.js index ade9bc7..fbe93ba 100644 --- a/nag.min.js +++ b/nag.min.js @@ -1,7 +1,7 @@ /* * # Semantic UI * https://github.com/Semantic-Org/Semantic-UI - * http://beta.semantic-ui.com/ + * http://www.semantic-ui.com/ * * Copyright 2014 Contributors * Released under the MIT license diff --git a/package.json b/package.json index dcdf113..c383f86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-nag", - "version": "1.0.0-beta", + "version": "1.0.0", "title": "Semantic UI - Nag", "description": "Single component release of nag", "homepage": "http://www.semantic-ui.com",