version: Bump version

This commit is contained in:
Alexander Polynomdivision 2018-10-09 16:07:08 +02:00
parent c622264f43
commit 7f9d520257
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "lateinicusserver",
"version": "1.0.0",
"version": "1.1.0",
"description": "The backend server for Lateinicus",
"main": "index.js",
"scripts": {

View File

@ -16,9 +16,10 @@ services:
ipv4_address: 128.1.0.2
backend:
image: lateinicus/server:1.0.0
image: lateinicus/server:1.1.0
environment:
- LATEINICUS_USER_PW=abc123
- LATEINICUS_CLASSES=test
expose:
- "8080"
depends_on:

View File

@ -1,6 +1,6 @@
{
"name": "seminarfach",
"version": "1.0.1",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {