diff --git a/README.md b/README.md index d7b2518..7f7b0bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -CryptoFont 0.0.3 +CryptoFont 0.1.0 ================ A sleek webfont for your favourite cryptocurrencies. @@ -20,6 +20,7 @@ Looking for a sleek webfont featuring your favourite payment operators and metho - 2017-06-24 v0.0.1 Initial release. (88 icons) - 2017-06-25 v0.0.2 Minor tweaks. - 2017-06-25 v0.0.3 Update version number. +- 2017-06-25 v0.1.0 Pre-release. ## Donate diff --git a/bower.json b/bower.json index 3c89349..a8c724b 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "cryptofont", "description": "CryptoFont - A sleek webfont for your favourite cryptocurrencies", - "version": "0.0.1", + "version": "0.1.0", "keywords": [ "crypto", "cryptocurrency", diff --git a/component.json b/component.json index 2df6e07..fd4bf50 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "cryptofont", "repo": "AlexanderPoellmann/CryptoFont", "description": "CryptoFont - A sleek webfont for your favourite cryptocurrencies", - "version": "0.0.1", + "version": "0.1.0", "keywords": [ "crypto", "cryptocurrency", diff --git a/composer.json b/composer.json index 2d90fdc..b4207c9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "alexanderpoellmann/cryptofont", "description": "CryptoFont - A sleek webfont for your favourite cryptocurrencies", - "version": "0.0.1", + "version": "0.1.0", "keywords": [ "crypto", "cryptocurrency", diff --git a/css/cryptofont.css b/css/cryptofont.css index 6b37e45..33ed0f9 100644 --- a/css/cryptofont.css +++ b/css/cryptofont.css @@ -1,5 +1,5 @@ /** - * CryptoFont Styles 0.0.1 + * CryptoFont Styles 0.1.0 * * @author Poellmann Alexander Manfred (@AMPoellmann) * @copyright Copyright 2017 Alexander Manfred Poellmann diff --git a/css/cryptofont.min.css b/css/cryptofont.min.css index 3b4d6ac..95a0009 100644 --- a/css/cryptofont.min.css +++ b/css/cryptofont.min.css @@ -1,5 +1,5 @@ /** - * CryptoFont Styles 0.0.1 by @AMPoellmann + * CryptoFont Styles 0.1.0 by @AMPoellmann * https://AlexanderPoellmann.com * License Font: SIL OFL 1.1, CSS: MIT License */ diff --git a/package.json b/package.json index fc37756..65f4107 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptofont", "description": "CryptoFont - A sleek webfont for your favourite cryptocurrencies", - "version": "0.0.1", + "version": "0.1.0", "keywords": [ "crypto", "cryptocurrency", diff --git a/sass/_variables.scss b/sass/_variables.scss index 2ac9c67..2201a15 100644 --- a/sass/_variables.scss +++ b/sass/_variables.scss @@ -1,7 +1,7 @@ // Variables // --------- -$cf-version: "0.0.3" !default; +$cf-version: "0.1.0" !default; $cf-font-name: 'CryptoFont' !default; $cf-font-file-name: 'cryptofont-webfont' !default; $cf-font-path: "../fonts" !default;