Skip to content

Commit

Permalink
Rolled versions to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-willis committed Feb 7, 2018
1 parent 63bc059 commit a762c6c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apis/swagger-spec/ndslabs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: ndslabs
version: 1.0.14
version: 1.1.0
basePath: /v1
schemes:
- https
Expand Down
2 changes: 1 addition & 1 deletion apiserver/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BUILD_DATE=`date +%Y-%m-%d\ %H:%M`
VERSIONFILE="pkg/version/version.go"
VERSION="1.0.14"
VERSION="1.1.0"


if [ "$1" == "local" ] || [ "$1" == "docker" ]; then
Expand Down
2 changes: 1 addition & 1 deletion gui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM ndslabs/ng-base:latest

# Set build information here before building (or at build time with --build-args version=X.X.X)
ARG version="1.0.14"
ARG version="1.1.0"

# Set up necessary environment variables
ENV DEBIAN_FRONTEND="noninteractive" \
Expand Down
2 changes: 1 addition & 1 deletion gui/bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-ndslabs",
"description": "AngularJS Client GUI for the NDS Labs API",
"version": "1.0.14",
"version": "1.1.0",
"homepage": "https://github.com/nds-org/ndslabs",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion gui/login/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM ndslabs/ng-base:latest

# Set build information here before building (or at build time with --build-args version=X.X.X)
ARG version="1.0.14"
ARG version="1.1.0"

# Set up necessary environment variables
ENV DEBIAN_FRONTEND="noninteractive" \
Expand Down
2 changes: 1 addition & 1 deletion gui/login/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ndslabs-auth",
"version": "1.0.14",
"version": "1.1.0",
"description": "Labs Workbench authentication module",
"main": "server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion gui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-ndslabs",
"private": true,
"version": "1.0.14",
"version": "1.1.0",
"description": "AngularJS Client GUI for the NDS Labs API",
"repository": "https://github.com/nds-org/ndslabs",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion gui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
email: [email protected]
name: NDS Labs Support
url: http://www.nationaldataservice.org/projects/labs.html
version: 1.0.14
version: 1.1.0
basePath: /api
schemes:
- https
Expand Down

0 comments on commit a762c6c

Please sign in to comment.