Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanos Vichas committed Jan 26, 2019
1 parent 2af5e2c commit d4de19b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ npm install essentials.css
**Install with CDN**

```html
https://unpkg.com/essentials.css@2.0.2/dist/essentials.min.css
https://unpkg.com/essentials.css@2.5.0/dist/essentials.min.css
```

**Download latest release**
Expand All @@ -48,7 +48,7 @@ $ git clone https://github.com/svichas/essentials.css.git

```html
<!-- Essentials.css framework -->
<link rel="stylesheet" type="text/css" href="https://unpkg.com/essentials.css@2.0.2/dist/essentials.min.css">
<link rel="stylesheet" type="text/css" href="https://unpkg.com/essentials.css@2.5.0/dist/essentials.min.css">
```


Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Essentials.css framework
* version 3.0.0
* version 2.5.0
* https://github.com/svichas/essentials.css
*/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "essentials.css",
"version": "2.0.2",
"version": "2.5.0",
"description": "Light weight front-end framework",
"main": "dist/essentials.min.css",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scss/essentials.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Essentials.css framework
* version 3.0.0
* version 2.5.0
* https://github.com/svichas/essentials.css
*/

Expand Down

0 comments on commit d4de19b

Please sign in to comment.