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 d7f9aca commit 3f01f78
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 @@
PaymentFont 1.2.4
PaymentFont 1.2.5
=================

A sleek webfont for your favourite payment operators and methods.
Expand Down Expand Up @@ -128,6 +128,7 @@ Here's an incomplete list of the included icons:
- 2017-06-25 v1.2.2 Fix css classes.
- 2017-06-25 v1.2.3 Update version number.
- 2017-06-25 v1.2.4 Fix version number for dependency managers.
- 2017-07-01 v1.2.5 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": "paymentfont",
"description": "PaymentFont - A sleek webfont for your favourite payment operators and methods",
"version": "1.2.4",
"version": "1.2.5",
"keywords": [
"payment",
"webfont",
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": "paymentfont",
"repo": "AlexanderPoellmann/PaymentFont",
"description": "PaymentFont - A sleek webfont for your favourite payment operators and methods",
"version": "1.2.4",
"version": "1.2.5",
"keywords": [
"payment",
"webfont",
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/paymentfont",
"description": "PaymentFont - A sleek webfont for your favourite payment operators and methods",
"version": "1.2.4",
"version": "1.2.5",
"keywords": [
"payment",
"webfont",
Expand Down
2 changes: 1 addition & 1 deletion css/paymentfont.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* PaymentFont 1.2.4 by @AMPoellmann - http://paymentfont.io
* PaymentFont 1.2.5 by @AMPoellmann - http://paymentfont.io
* License - http://paymentfont.io/#license (Font: SIL OFL 1.1, CSS: MIT License)
*/

Expand Down
2 changes: 1 addition & 1 deletion css/paymentfont.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/paymentfont.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* PaymentFont 1.2.4 by @AMPoellmann - http://paymentfont.io
* PaymentFont 1.2.5 by @AMPoellmann - http://paymentfont.io
* License - http://paymentfont.io/#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
// ---------

@pf-version: "1.2.4";
@pf-version: "1.2.5";
@pf-font-name: 'PaymentFont';
@pf-font-file-name: 'paymentfont-webfont';
@pf-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": "paymentfont",
"description": "PaymentFont - A sleek webfont for your favourite payment operators and methods",
"version": "1.2.4",
"version": "1.2.5",
"keywords": [
"payment",
"webfont",
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
// ---------

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

Expand Down

0 comments on commit 3f01f78

Please sign in to comment.