Skip to content

Commit 292d031

Browse files
committed
set correct version
1 parent 87f552c commit 292d031

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

mta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ID: html5userapi
22
_schema-version: "3.1"
3-
version: 0.5.0
3+
version: 0.6.1
44
parameters:
55
enable-parallel-deployments: true
66

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html5userapi-cf",
3-
"version": "0.5.0",
3+
"version": "0.6.1",
44
"description": "HTML5 User API for Cloud Foundry",
55
"repository": "https://github.com/gregorwolf/HTML5UserAPIforCF.git ",
66
"license": "Apache 2.0",
@@ -23,15 +23,15 @@
2323
"update:srv": "cd srv && npm update",
2424
"build:cf": "mbt build -p=cf",
2525
"build:cf:docker": "docker run -it --rm -v \"$(pwd):/project\" devxci/mbtci:latest mbt build -p=cf",
26-
"deploy:cf": "cf deploy mta_archives/html5userapi_0.5.0.mtar",
27-
"deploy:cf:approuter": "cf deploy mta_archives/html5userapi_0.5.0.mtar -m html5userapi-ui",
28-
"deploy:cf:srv": "cf deploy mta_archives/html5userapi_0.5.0.mtar -m html5userapi-srv",
29-
"deploy:cf:srv-java": "cf deploy mta_archives/html5userapi_0.5.0.mtar -m html5userapi-srv-java",
30-
"deploy:cf:html5repo": "cf deploy mta_archives/html5userapi_0.5.0.mtar -m html5userapi-deployer",
26+
"deploy:cf": "cf deploy mta_archives/html5userapi_0.6.1.mtar",
27+
"deploy:cf:approuter": "cf deploy mta_archives/html5userapi_0.6.1.mtar -m html5userapi-ui",
28+
"deploy:cf:srv": "cf deploy mta_archives/html5userapi_0.6.1.mtar -m html5userapi-srv",
29+
"deploy:cf:srv-java": "cf deploy mta_archives/html5userapi_0.6.1.mtar -m html5userapi-srv-java",
30+
"deploy:cf:html5repo": "cf deploy mta_archives/html5userapi_0.6.1.mtar -m html5userapi-deployer",
3131
"html5:build": "cd HTML5Module && rm -rf dist && npm run build:ui5 && cd ..",
3232
"html5:push": "cf html5-push -r HTML5Module/dist",
3333
"debug:cf": "cf ssh html5userapi-srv -N -T -L 9229:127.0.0.1:9229",
3434
"uaa:update": "cf update-service html5userapi-uaa -c xs-security.json",
3535
"undeploy:cf": "cf undeploy html5userapi --delete-service-keys --delete-services --delete-service-brokers"
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)