diff --git a/package.json b/package.json index ea58811..5ab97d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@validatem/validation-result", "description": "Utility for creating a 'validation result', ie. an object that represents zero or more errors and an optional result value", - "version": "0.1.1", + "version": "0.1.2", "main": "index.js", "repository": "http://git.cryto.net/validatem/validation-result.git", "author": "Sven Slootweg ",