From 4376ef3bb832dc9c3aa4d61ba5a12c1bdd56c8f6 Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Thu, 9 Jun 2016 14:45:52 -0400 Subject: [PATCH] 0.1.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a032e0f..a63ab95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "static-extend", "description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.", - "version": "0.1.1", + "version": "0.1.2", "homepage": "https://github.com/jonschlinkert/static-extend", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/static-extend", @@ -60,4 +60,4 @@ "reflinks": true } } -} \ No newline at end of file +}