Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPoellmann committed Jul 1, 2017
1 parent 05883df commit b45dcad
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CryptoFont 0.1.0
CryptoFont 0.1.1
================

A sleek webfont for your favourite cryptocurrencies.
Expand Down Expand Up @@ -41,6 +41,7 @@ Looking for a sleek webfont featuring your favourite payment operators and metho
- 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.
- 2017-07-01 v0.1.1 Add Less files.

## Donate

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cryptofont",
"description": "CryptoFont - A sleek webfont for your favourite cryptocurrencies",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [
"crypto",
"cryptocurrency",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cryptofont",
"repo": "AlexanderPoellmann/CryptoFont",
"description": "CryptoFont - A sleek webfont for your favourite cryptocurrencies",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [
"crypto",
"cryptocurrency",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alexanderpoellmann/cryptofont",
"description": "CryptoFont - A sleek webfont for your favourite cryptocurrencies",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [
"crypto",
"cryptocurrency",
Expand Down
2 changes: 1 addition & 1 deletion css/cryptofont.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* CryptoFont 0.1.0 by @AMPoellmann - http://cryptofont.com
* CryptoFont 0.1.1 by @AMPoellmann - http://cryptofont.com
* License - http://cryptofont.com/#license (Font: SIL OFL 1.1, CSS: MIT License)
*/

Expand Down
2 changes: 1 addition & 1 deletion css/cryptofont.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion less/cryptofont.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* CryptoFont 0.1.0 by @AMPoellmann - http://cryptofont.com
* CryptoFont 0.1.1 by @AMPoellmann - http://cryptofont.com
* License - http://cryptofont.com/#license (Font: SIL OFL 1.1, CSS: MIT License)
*/

Expand Down
2 changes: 1 addition & 1 deletion less/variables.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Variables
// ---------

@cf-version: "0.1.0";
@cf-version: "0.1.1";
@cf-font-name: 'CryptoFont';
@cf-font-file-name: 'cryptofont-webfont';
@cf-font-path: "../fonts";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cryptofont",
"description": "CryptoFont - A sleek webfont for your favourite cryptocurrencies",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [
"crypto",
"cryptocurrency",
Expand Down
2 changes: 1 addition & 1 deletion sass/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Variables
// ---------

$cf-version: "0.1.0" !default;
$cf-version: "0.1.1" !default;
$cf-font-name: 'CryptoFont' !default;
$cf-font-file-name: 'cryptofont-webfont' !default;
$cf-font-path: "../fonts" !default;
Expand Down
2 changes: 1 addition & 1 deletion sass/cryptofont.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* CryptoFont 0.1.0 by @AMPoellmann - http://cryptofont.com
* CryptoFont 0.1.1 by @AMPoellmann - http://cryptofont.com
* License - http://cryptofont.com/#license (Font: SIL OFL 1.1, CSS: MIT License)
*/

Expand Down

0 comments on commit b45dcad

Please sign in to comment.