Skip to content

Commit be4aa89

Browse files
author
Adam Bradley
committed
v1.4.1
1 parent 44f008b commit be4aa89

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test",
88
"tests"
99
],
10-
"version": "1.4.0",
10+
"version": "1.4.1",
1111
"name": "Ionicons",
1212
"license": "MIT",
1313
"authors": [

builder/build_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build_hash": "",
33
"prefix": "ion-",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"name": "Ionicons",
66
"icons": [
77
{

cheatsheet.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Ionicons v1.4.0 Cheatsheet</title>
4+
<title>Ionicons v1.4.1 Cheatsheet</title>
55
<style>
66
* {
77
-moz-box-sizing: border-box;
@@ -142,7 +142,7 @@
142142
<body>
143143
<div class="container">
144144
<header>
145-
<h1>Ionicons v1.4.0 Cheatsheet, 525 icons:</h1>
145+
<h1>Ionicons v1.4.1 Cheatsheet, 525 icons:</h1>
146146
<p><a href="http://ionicons.com/">Ionicons Homepage</a></p>
147147
</header>
148148
<div class="content">

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repo": "driftyco/ionicons",
33
"development": {},
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"styles": [
66
"css/ionicons.css"
77
],

css/ionicons.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*!
2-
Ionicons, v1.4.0
2+
Ionicons, v1.4.1
33
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
44
https://twitter.com/helloimben https://twitter.com/ionicframework
55
MIT License: https://github.com/driftyco/ionicons
66
*/
77
@font-face {
88
font-family: "Ionicons";
9-
src: url("../fonts/ionicons.eot?v=1.4.0");
10-
src: url("../fonts/ionicons.eot?v=1.4.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.4.0") format("truetype"), url("../fonts/ionicons.woff?v=1.4.0") format("woff"), url("../fonts/ionicons.svg?v=1.4.0#Ionicons") format("svg");
9+
src: url("../fonts/ionicons.eot?v=1.4.1");
10+
src: url("../fonts/ionicons.eot?v=1.4.1#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.4.1") format("truetype"), url("../fonts/ionicons.woff?v=1.4.1") format("woff"), url("../fonts/ionicons.svg?v=1.4.1#Ionicons") format("svg");
1111
font-weight: normal;
1212
font-style: normal; }
1313

css/ionicons.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fonts/ionicons.eot

-32 Bytes
Binary file not shown.

fonts/ionicons.svg

Lines changed: 2 additions & 2 deletions
Loading

fonts/ionicons.ttf

-40 Bytes
Binary file not shown.

fonts/ionicons.woff

-24 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)