Skip to content

Commit 8449693

Browse files
committed
SF-83: Upgrade webclient dependencies:
- Upgrade version to 1.3.0.
1 parent 0ca16bd commit 8449693

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streamflow-client",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"main": "app/app.js",
55
"ignore": [
66
"**/.*",

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '1.2.1'
58+
version = '1.3.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.2.1'
60+
release = '1.3.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webclient",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"main": "app.js",
55
"license": "AGPL-3.0",
66
"repository": {

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>se.streamsource.streamflow</groupId>
66
<packaging>war</packaging>
77
<name>Streamflow WebClient</name>
8-
<version>1.2.1</version>
8+
<version>1.3.0</version>
99
<description>Streamflow WebClient</description>
1010
<properties>
1111
<spring.security.version>3.2.4.RELEASE</spring.security.version>

0 commit comments

Comments
 (0)