summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2017-02-12 05:55:21 +0200
committerJustin Worthe <justin.worthe@gmail.com>2017-02-12 05:55:21 +0200
commitf24b77f4828d69a0c1983c2a2e7733d24daa0bb5 (patch)
tree1bf71459cb9eec84ac9a59c24dcdde2a0eb4f294
parentac711cfeb0501da332e2355ed341aca776b722d4 (diff)
Bumped minor version
Potential breaking changes: The filename of the main file has been updated to something more sensible for use in a web browser. The package.json file has been updated, so this should not affect people using npm in the normal way. New features: The library can now be used directly in web browsers
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c430b4d..3d6fb76 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "south-african-id-parser",
- "version": "0.0.2",
+ "version": "0.1.0",
"description": "A library for parsing and validating South African ID Numbers.",
"main": "south-african-id-parser.js",
"scripts": {