Skip to content

Commit

Permalink
[skip ci] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen1987 committed Nov 18, 2020
1 parent 338549a commit 2e727fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: express-demo
version: 0.1.0
main: app.js
title: Express Demo
author: ArcBlock
scripts:
dev: npm run start
description: >-
Blocklet from
/Users/linchen/code/blocklet/blocklet-migrate-ci/workspaces/express-demo
group: dapp
version: 0.1.1
main: app.js
title: Express Demo
publicUrl: /
capabilities:
dynamicPathPrefix: true
author: ArcBlock
charging:
price: 0
did: z8iZkvDaD2pG1KrEa9mHRULGCq3e1kJkVCXRT
capabilities:
dynamicPathPrefix: true
scripts:
dev: npm run start
specVersion: 1.0.0
did: z8iZkvDaD2pG1KrEa9mHRULGCq3e1kJkVCXRT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-demo",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
Expand Down

0 comments on commit 2e727fe

Please sign in to comment.