From c14f55dc49bf914b458882fb6a6a72e148398866 Mon Sep 17 00:00:00 2001 From: kyubisation Date: Tue, 18 Dec 2018 16:42:29 +0100 Subject: [PATCH] Set correct release version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2950ac3..9735afb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-server-side-configuration", - "version": "1.1.0", + "version": "1.1.1", "description": "Configure an angular application on the server", "main": "./main.js", "module": "./index.js",