Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
nodejs-express: updated api version (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamran64 authored Aug 23, 2019
1 parent 297f2d7 commit f8b4c6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion incubator/nodejs-express/image/config/app-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: appsody.dev/v1alpha1
apiVersion: appsody.dev/v1beta1
kind: AppsodyApplication
metadata:
name: APPSODY_PROJECT_NAME
Expand Down
2 changes: 1 addition & 1 deletion incubator/nodejs-express/image/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-express",
"version": "0.2.4",
"version": "0.2.5",
"description": "Node.js Express Stack",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion incubator/nodejs-express/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Node.js Express
version: 0.2.4
version: 0.2.5
description: Express web framework for Node.js
license: Apache-2.0
language: nodejs
Expand Down

0 comments on commit f8b4c6b

Please sign in to comment.