Skip to content

Commit

Permalink
update to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Feb 14, 2024
1 parent f523ab6 commit e843394
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion approuter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html5userapi-ui",
"version": "0.2.2",
"version": "0.4.1",
"description": "",
"engines": {
"node": "^20"
Expand Down
2 changes: 1 addition & 1 deletion mta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ID: html5userapi
_schema-version: "2.1"
version: 0.2.2
version: 0.4.1
parameters:
enable-parallel-deployments: true

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"update:srv": "cd srv && npm update",
"build:cf": "mbt build -p=cf",
"build:cf:docker": "docker run -it --rm -v \"$(pwd):/project\" devxci/mbtci:latest mbt build -p=cf",
"deploy:cf": "cf deploy mta_archives/html5userapi_0.2.2.mtar",
"deploy:cf:approuter": "cf deploy mta_archives/html5userapi_0.2.2.mtar -m html5userapi-ui",
"deploy:cf:srv": "cf deploy mta_archives/html5userapi_0.2.2.mtar -m html5userapi-srv",
"deploy:cf:srv-java": "cf deploy mta_archives/html5userapi_0.2.2.mtar -m html5userapi-srv-java",
"deploy:cf:html5repo": "cf deploy mta_archives/html5userapi_0.2.2.mtar -m html5userapi-deployer",
"deploy:cf": "cf deploy mta_archives/html5userapi_0.4.1.mtar",
"deploy:cf:approuter": "cf deploy mta_archives/html5userapi_0.4.1.mtar -m html5userapi-ui",
"deploy:cf:srv": "cf deploy mta_archives/html5userapi_0.4.1.mtar -m html5userapi-srv",
"deploy:cf:srv-java": "cf deploy mta_archives/html5userapi_0.4.1.mtar -m html5userapi-srv-java",
"deploy:cf:html5repo": "cf deploy mta_archives/html5userapi_0.4.1.mtar -m html5userapi-deployer",
"html5:build": "cd HTML5Module && rm -rf dist && npm run build:ui5 && cd ..",
"html5:push": "cf html5-push -r HTML5Module/dist",
"debug:cf": "cf ssh html5userapi-srv -N -T -L 9229:127.0.0.1:9229",
Expand Down

0 comments on commit e843394

Please sign in to comment.