diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1d37f..5ad6f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ # CHANGELOG -### v0.9.0 - Oct 2017 +### v1.0.0 - Oct 2017 Initial release diff --git a/component.json b/component.json index 8d2352b..9d4f357 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "emiliosnic/icon-patterns", - "version": "0.9.0", + "version": "1.0.0", "description": "Include animated CSS icon patterns in your background", "homepage": "https://emiliosnic.github.io/icon-patterns", "main": [ "./dist/icon-patterns.js", "./dist/icon-patterns.css" ], diff --git a/package.json b/package.json index 0942198..35583b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icon-patterns", - "version": "0.9.0", + "version": "1.0.0", "description": "Include animated CSS icon patterns in your background", "main": "dist/icon-patterns.js", "jsnext:main": "dist/icon-patterns.js",