From 1f54d6731f7551a337b7255d7c4988ee73ea2186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vet=C3=A9si=20Zolt=C3=A1n?= Date: Wed, 16 Nov 2016 01:03:18 +0100 Subject: [PATCH] bump version to v1.0.1-alpha --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eea18c0..1acd3ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yayp", - "version": "1.0.0-alpha", + "version": "1.0.1-alpha", "description": "Yet Another YAML Parser", "main": "lib/index.js", "types": "lib/yayp.d.ts",