Skip to content

Commit

Permalink
2.8.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniker committed Feb 20, 2018
1 parent 030ab20 commit da52858
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Or just the CSS flexbox grid:
Or replace _latest_ with a specific version (ex. grid system):
```
// Just the CSS flexbox grid
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/[email protected].4/dist/css/framy.grid.min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/[email protected].5/dist/css/framy.grid.min.css">
```

### Install with npm
Expand Down
5 changes: 2 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "framy-css",
"description": "Framy is a free and very simple CSS Framework for developing responsive & modern websites.",
"main": "dist/css/framy.min.css",
"version": "2.8.4",
"version": "2.8.5",
"keywords": [
"css",
"sass",
Expand All @@ -18,7 +18,6 @@
"Aaron Iker"
],
"ignore": [
"demo",
"src"
"demo"
]
}
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<section id="sidebar">

<h1>Framy</h1>
<span class="info">Version <strong>2.8.4</strong></span>
<span class="info">Version <strong>2.8.5</strong></span>

<hr>

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/aaroniker/framy-css.git"
},
"version": "2.8.4",
"version": "2.8.5",
"keywords": [
"css",
"sass",
Expand Down Expand Up @@ -42,7 +42,6 @@
"stylelint-scss": "^2.1.0"
},
"ignore": [
"demo",
"src"
"demo"
]
}

0 comments on commit da52858

Please sign in to comment.