From 657b473587f99904b0ba24daafe8832ba2c7762f Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sat, 2 May 2015 17:59:04 +0200 Subject: [PATCH] 2.2.0 releases --- assets/js/src/__init.coffee | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/src/__init.coffee b/assets/js/src/__init.coffee index 5def7e74..856f8dc6 100755 --- a/assets/js/src/__init.coffee +++ b/assets/js/src/__init.coffee @@ -2,7 +2,7 @@ $ -> window.Uno = Uno = - version: '2.1.3' + version: '2.2.0' search: container: -> $('#results') diff --git a/package.json b/package.json index f4f733c4..70005a3b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "uno-zen", "description": "Minimalist and Elegant theme for Ghost", "homepage": "https://github.com/kikobeats/uno-zen", - "version": "2.1.3", + "version": "2.2.0", "author": { "name": "Kiko Beats", "url": "https://github.com/kikobeats"