From 60a6915a0b24975e28a02b28e43d34f6dbb15625 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 12 Aug 2014 19:25:52 -0500 Subject: Components extend without having to define init --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 06ed1b9..642de3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serpentity", "description": "A simple entity framework inspired by ash", - "version": "0.1.5", + "version": "0.1.6", "contributors": [ { "name": "Ben Beltran", -- cgit