Skip to content

Commit

Permalink
2.8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniker committed Nov 26, 2017
1 parent a7d9478 commit b233eba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Framy - Very simple CSS Framework

Framy is a collection of basic components, you will need in every web project to develop responsive & modern interfaces and websites.

__Website__ http://www.framycss.org

__Documentation__ http://www.framycss.org/#/docs
Expand All @@ -26,7 +28,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/framy-css@2.8.3/dist/css/framy.grid.min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/framy-css@2.8.4/dist/css/framy.grid.min.css">
```

### Install with npm
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "2.8.4",
"keywords": [
"css",
"sass",
Expand Down
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.3</strong></span>
<span class="info">Version <strong>2.8.4</strong></span>

<hr>

Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "2.8.4",
"keywords": [
"css",
"sass",
Expand Down

0 comments on commit b233eba

Please sign in to comment.