diff --git a/HISTORY.md b/HISTORY.md index f87beb9..45f40c9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,14 @@ Pure Change History =================== +1.0.0 (2017-06-05) +------------------ + +The community has battle-tested Pure and provided valuable feedback. We are now at a place where we can guarantee backwards compatibility through all subsequent 1.x releases. + +We hope you have found Pure to be useful and unobtrusive.. To provide feedback, please comment on this GitHub issue, or file a new issue to have it tracked as a separate thread. + + 0.6.2 (2017-01-05) ------------------ diff --git a/README.md b/README.md index a346b24..1074d2b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A set of small, responsive CSS modules that you can use in every web project. **Use From the CDN:** ```html - + ``` Note: You can [customize which Pure modules you need][customize]. @@ -76,7 +76,7 @@ You can include the Pure CSS file in your project by fetching it from Yahoo's CDN: ```html - + ``` You can also install Pure using [Bower][], using the following command: diff --git a/bower.json b/bower.json index 906b671..8d8335e 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "pure", "description": "Use Pure's ridiculously tiny CSS to start any web project.", - "version": "0.6.2", + "version": "1.0.0", "main": "build/pure.css", "devDependencies": { "normalize-css": "^3.0" diff --git a/package.json b/package.json index c6f9d50..179959d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purecss", - "version": "0.6.2", + "version": "1.0.0", "repository": { "type": "git", "url": "git://github.com/yahoo/pure.git"