From 689a46a33c1706875f658b05e072f19fe8e56b33 Mon Sep 17 00:00:00 2001 From: Nabil Adouani Date: Wed, 24 May 2017 11:15:22 +0200 Subject: [PATCH] Bump application version --- ui/bower.json | 2 +- ui/package.json | 2 +- version.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/bower.json b/ui/bower.json index d2bc600e6..0b83f6d20 100644 --- a/ui/bower.json +++ b/ui/bower.json @@ -1,6 +1,6 @@ { "name": "cortex", - "version": "1.1.1", + "version": "1.1.2", "dependencies": { "angular": "1.5.10", "angular-sanitize": "1.5.10", diff --git a/ui/package.json b/ui/package.json index f94ad7faa..6508d4822 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "cortex", - "version": "1.1.1", + "version": "1.1.2", "license": "AGPL-3.0", "repository": { "type": "git", diff --git a/version.sbt b/version.sbt index 61ca1d82e..1990c4dd4 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "1.1.1" +version in ThisBuild := "1.1.2"