Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
2.8.0 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 8, 2016
1 parent b5a0b63 commit d170fd5
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="2.8.0"></a>
# 2.8.0 (2016-05-08)

* Linkify post headers ([b5a0b63](https://github.com/kikobeats/uno-zen/commit/b5a0b63))
* updated readme file with alternative installation instructions ([cbee6a2](https://github.com/kikobeats/uno-zen/commit/cbee6a2))



<a name="2.7.9"></a>
## 2.7.9 (2016-04-12)

Expand Down
4 changes: 2 additions & 2 deletions assets/css/uno-zen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/src/__init.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

window.Uno = Uno =
version: '2.7.8'
version: '2.8.0'
app: do -> document.body
is: (k, v=!'undefined') -> this.app.dataset[k] is v

Expand Down
6 changes: 3 additions & 3 deletions assets/js/uno-zen.js

Large diffs are not rendered by default.

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": "uno-zen",
"description": "Minimalist and Elegant theme for Ghost",
"homepage": "https://github.com/kikobeats/uno-zen",
"version": "2.7.9",
"version": "2.8.0",
"authors": [
"Kiko Beats <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "uno-zen",
"description": "Minimalist and Elegant theme for Ghost",
"homepage": "https://github.com/kikobeats/uno-zen",
"version": "2.7.9",
"version": "2.8.0",
"author": {
"name": "Kiko Beats",
"url": "https://github.com/kikobeats"
Expand Down

0 comments on commit d170fd5

Please sign in to comment.