From 6bf15c0a85311211b82048827be870ecad1e49e1 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Wed, 16 Dec 2015 12:15:50 +0200 Subject: Bumped version --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c3629e..61188e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +/npm-debug.log diff --git a/package.json b/package.json index f1d5b70..59a885f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "south-african-id-parser", - "version": "0.0.1", + "version": "0.0.2", "description": "A library for parsing and validating South African ID Numbers.", "main": "index.js", "scripts": { -- cgit v1.2.3