Skip to content

Commit e843394

Browse files
committed
update to 0.4.1
1 parent f523ab6 commit e843394

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

approuter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html5userapi-ui",
3-
"version": "0.2.2",
3+
"version": "0.4.1",
44
"description": "",
55
"engines": {
66
"node": "^20"

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: "2.1"
3-
version: 0.2.2
3+
version: 0.4.1
44
parameters:
55
enable-parallel-deployments: true
66

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
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.2.2.mtar",
27-
"deploy:cf:approuter": "cf deploy mta_archives/html5userapi_0.2.2.mtar -m html5userapi-ui",
28-
"deploy:cf:srv": "cf deploy mta_archives/html5userapi_0.2.2.mtar -m html5userapi-srv",
29-
"deploy:cf:srv-java": "cf deploy mta_archives/html5userapi_0.2.2.mtar -m html5userapi-srv-java",
30-
"deploy:cf:html5repo": "cf deploy mta_archives/html5userapi_0.2.2.mtar -m html5userapi-deployer",
26+
"deploy:cf": "cf deploy mta_archives/html5userapi_0.4.1.mtar",
27+
"deploy:cf:approuter": "cf deploy mta_archives/html5userapi_0.4.1.mtar -m html5userapi-ui",
28+
"deploy:cf:srv": "cf deploy mta_archives/html5userapi_0.4.1.mtar -m html5userapi-srv",
29+
"deploy:cf:srv-java": "cf deploy mta_archives/html5userapi_0.4.1.mtar -m html5userapi-srv-java",
30+
"deploy:cf:html5repo": "cf deploy mta_archives/html5userapi_0.4.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",

0 commit comments

Comments
 (0)