From c3db8b1dbdd65e046899d72cb9f6cd5843fe45a9 Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Tue, 11 Nov 2014 16:55:08 -0800
Subject: Bump version on package.json.

---
 js/package.json | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'js')

diff --git a/js/package.json b/js/package.json
index 4ae8bca..cd70d45 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,7 +1,6 @@
 { "name": "commonmark",
   "description": "a strongly specified, highly compatible variant of Markdown",
-  "dist-tags": { "latest": "0.9.0" },
-  "versions": "0.9.0",
+  "version": "0.12.0",
   "homepage": "http://commonmark.org",
   "keywords":
    [ "markdown",
@@ -14,7 +13,6 @@
   "author": "John MacFarlane",
   "bugs": { "url": "https://github.com/jgm/CommonMark/issues" },
   "license": "BSD-3-Clause",
-  "version": "0.9.0",
   "main": "./lib/index.js",
   "bin": { "commonmark": "./bin/commonmark" },
   "scripts": { "test": "node ./test.js" },
-- 
cgit v1.2.3