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", "name": "lateinicusserver",
"version": "1.0.0", "version": "1.1.0",
"description": "The backend server for Lateinicus", "description": "The backend server for Lateinicus",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

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

View File

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