From 7b5d2c645d63c295af521ff52a34898cb87a74ae Mon Sep 17 00:00:00 2001 From: Mikel Cordovilla Date: Wed, 20 Apr 2022 15:15:13 +0200 Subject: [PATCH] bumped version to 2.6.2 --- app/environments/config.json | 2 +- bower.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/environments/config.json b/app/environments/config.json index d79441d..401d74b 100644 --- a/app/environments/config.json +++ b/app/environments/config.json @@ -2,5 +2,5 @@ "API_URL": "http://localhost:9003/m1/", "API_WS_URL": "http://localhost:9003/m1/ws", "ENV": "dev", - "version": "2.6.1", + "version": "2.6.2", } diff --git a/bower.json b/bower.json index 3e3ab2f..ffec2b2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "openolitor-core", - "version": "2.6.1", + "version": "2.6.2", "ignore": [], "private": false, "main": [ diff --git a/package.json b/package.json index b678d22..a2cbcf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openolitor-core", - "version": "2.6.1", + "version": "2.6.2", "description": "OpenOlitor Client Core Module", "repository": { "type": "https",