Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Nov 8, 2013
1 parent 8e795df commit 5b93cea
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 46 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": "1.3.0",
"version": "1.3.2",
"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": "8667539bd6a4f4c7a7668eeb477a408a",
"build_hash": "76b440a661f5d99c6cb4fcb98f9f7dda",
"prefix": "ion-",
"version": "1.3.0",
"version": "1.3.2",
"name": "Ionicons",
"icons": [
{
Expand Down
4 changes: 2 additions & 2 deletions builder/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build_hash": "d99bb91023950fec2d6c01a6077fd7eb",
"build_hash": "fe84ca3ae75b9dbb9662bac01a7fc8a6",
"prefix": "ion-",
"version": "1.3.0",
"version": "1.3.2",
"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 v1.3.0 Cheatsheet</title>
<title>Ionicons v1.3.2 Cheatsheet</title>
<style>
* {
-moz-box-sizing: border-box;
Expand Down Expand Up @@ -142,7 +142,7 @@
<body>
<div class="container">
<header>
<h1>Ionicons v1.3.0 Cheatsheet, 443 icons:</h1>
<h1>Ionicons v1.3.2 Cheatsheet, 443 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": "1.3.0",
"version": "1.3.2",
"styles": [
"css/ionicons.css"
],
Expand Down
6 changes: 3 additions & 3 deletions css/ionicons.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*!
Ionicons, v1.3.0
Ionicons, v1.3.2
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/helloimben https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
font-family: "Ionicons";
src: url("../fonts/ionicons.eot?v=1.3.0");
src: url("../fonts/ionicons.eot?v=1.3.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.3.0") format("truetype"), url("../fonts/ionicons.woff?v=1.3.0") format("woff"), url("../fonts/ionicons.svg?v=1.3.0#Ionicons") format("svg");
src: url("../fonts/ionicons.eot?v=1.3.2");
src: url("../fonts/ionicons.eot?v=1.3.2#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.3.2") format("truetype"), url("../fonts/ionicons.woff?v=1.3.2") format("woff"), url("../fonts/ionicons.svg?v=1.3.2#Ionicons") format("svg");
font-weight: normal;
font-style: normal; }

Expand Down
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.
57 changes: 25 additions & 32 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.
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: "1.3.0" !default;
$ionicons-version: "1.3.2" !default;
$ionicons-prefix: ion- !default;

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

0 comments on commit 5b93cea

Please sign in to comment.