Update version

pull/1/head
Florian Hartwich 2017-07-14 23:53:11 +02:00
parent 07df5bd4c8
commit 01ad51c480
3 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,6 @@
{ {
"name": "opt-cc-api", "name": "opt-cc-api",
"author": "Florian Hartwich",
"licence": "CC BY-SA 4.0", "licence": "CC BY-SA 4.0",
"version": "1.0.0",
"description": "RESTful API for Operation Pandora Trigger Command Center, includes signature generator", "description": "RESTful API for Operation Pandora Trigger Command Center, includes signature generator",
"main": "server.js", "main": "server.js",
"private": true, "private": true,

View File

@ -1,6 +1,6 @@
{ {
"name": "opt-cc", "name": "opt-cc",
"version": "1.1.0", "version": "1.1.1",
"license": "MIT", "license": "MIT",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@ -1,6 +1,5 @@
{ {
"name": "opt-cc-static", "name": "opt-cc-static",
"version": "1.0.0",
"license": "MIT", "license": "MIT",
"private": true, "private": true,
"angular-cli": {}, "angular-cli": {},