From 9c48c10e1924bed9332ab5499b0a2b73641713ec Mon Sep 17 00:00:00 2001 From: Duncan Graham Walker Date: Sat, 14 Feb 2015 15:44:11 -0500 Subject: [PATCH] Veroisn bump for easyform fixes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 159f830..2b9a6de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-easy-form-extensions", - "version": "0.1.1", + "version": "0.1.2", "description": "Extends Ember EasyForm into the view and controller layers of your Ember CLI app to provide easy event and action handling using mixins and components.", "directories": { "doc": "doc",