Skip to content

Commit

Permalink
Update to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPoellmann committed Jun 25, 2017
1 parent 365e977 commit 50cf683
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 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.0.3
CryptoFont 0.1.0
================

A sleek webfont for your favourite cryptocurrencies.
Expand All @@ -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

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.0.1",
"version": "0.1.0",
"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.0.1",
"version": "0.1.0",
"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.0.1",
"version": "0.1.0",
"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 Styles 0.0.1
* CryptoFont Styles 0.1.0
*
* @author Poellmann Alexander Manfred (@AMPoellmann)
* @copyright Copyright 2017 Alexander Manfred Poellmann
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 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.0.1",
"version": "0.1.0",
"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.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;
Expand Down

0 comments on commit 50cf683

Please sign in to comment.