Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Jan 15, 2015
1 parent ecb4b80 commit a40523f
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test",
"tests"
],
"version": "2.0.0",
"version": "2.0.1",
"name": "Ionicons",
"license": "MIT",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions builder/build_data.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build_hash": "c9df150ee06f9db1642a5350c56829ae",
"build_hash": "e8e0d461cc44800af15d879d18b2b7e2",
"prefix": "ion-",
"version": "2.0.0",
"version": "2.0.1",
"name": "Ionicons",
"icons": [
{
Expand Down
2 changes: 1 addition & 1 deletion builder/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build_hash": "a2c6f31123a3cc8385d45bf46c5dde82",
"prefix": "ion-",
"version": "2.0.0",
"version": "2.0.1",
"name": "Ionicons",
"icons": [
{
Expand Down
4 changes: 2 additions & 2 deletions cheatsheet.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Ionicons v2.0.0 Cheatsheet</title>
<title>Ionicons v2.0.1 Cheatsheet</title>
<style>
* {
-moz-box-sizing: border-box;
Expand Down Expand Up @@ -142,7 +142,7 @@
<body>
<div class="container">
<header>
<h1>Ionicons v2.0.0 Cheatsheet, 733 icons:</h1>
<h1>Ionicons v2.0.1 Cheatsheet, 733 icons:</h1>
<p><a href="http://ionicons.com/">Ionicons Homepage</a></p>
</header>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repo": "driftyco/ionicons",
"development": {},
"version": "2.0.0",
"version": "2.0.1",
"styles": [
"css/ionicons.css"
],
Expand Down
4 changes: 2 additions & 2 deletions css/ionicons.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/ionicons.min.css

Large diffs are not rendered by default.

Binary file modified fonts/ionicons.eot
Binary file not shown.
4 changes: 2 additions & 2 deletions fonts/ionicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/ionicons.ttf
Binary file not shown.
Binary file modified fonts/ionicons.woff
Binary file not shown.
4 changes: 2 additions & 2 deletions less/_ionicons-variables.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Ionicons, v2.0.0
Ionicons, v2.0.1
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
Expand All @@ -9,7 +9,7 @@ MIT License: https://github.com/driftyco/ionicons

@ionicons-font-path: "../fonts";
@ionicons-font-family: "Ionicons";
@ionicons-version: "2.0.0";
@ionicons-version: "2.0.1";
@ionicons-prefix: ion-;

@ionicon-var-alert: "\f101";
Expand Down
2 changes: 1 addition & 1 deletion scss/_ionicons-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

$ionicons-font-path: "../fonts" !default;
$ionicons-font-family: "Ionicons" !default;
$ionicons-version: "2.0.0" !default;
$ionicons-version: "2.0.1" !default;
$ionicons-prefix: ion- !default;

$ionicon-var-alert: "\f101";
Expand Down

0 comments on commit a40523f

Please sign in to comment.