From a9acf50a074d4c8eafd111b704a2f69dc58bc733 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 2 Jun 2014 16:00:57 -0400 Subject: [PATCH] bump version -> 0.1.8 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 294699e..0b4aa50 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "rvc", "description": "RequireJS plugin to load and optimise Ractive components", - "version": "0.1.7", + "version": "0.1.8", "author": "Rich Harris", "license": "MIT", "main": ["rvc.js"], diff --git a/package.json b/package.json index 36cbb9c..1c46f1c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rvc", - "version": "0.1.7", + "version": "0.1.8", "description": "RequireJS plugin to load and optimise Ractive components", "main": "rvc.js", "repository": {