Skip to content

Commit

Permalink
chore: update blocklet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen1987 committed Sep 28, 2023
1 parent 31dc257 commit 2c78b09
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.5 (September 28, 2023)

- chore: update blocklet.yml

## 1.0.4 (十二月 28, 2021)

- chore: update docs/scripts (abtnode rebranding)
Expand Down
14 changes: 9 additions & 5 deletions blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: express-demo
version: 1.0.4
version: 1.0.5
main: ./bin/www.js
files:
- blocklet.md
Expand All @@ -14,12 +14,14 @@ group: dapp
title: Express Demo
author:
name: ArcBlock
email: [email protected]
url: https://github.com/blocklet
scripts:
dev: npm run start
specVersion: 1.2.0
specVersion: 1.2.8
did: z8iZkvDaD2pG1KrEa9mHRULGCq3e1kJkVCXRT
community: ''
documentation: ''
community: https://community.arcblock.io
documentation: https://developer.blocklet.io
homepage: ''
license: ''
interfaces:
Expand All @@ -40,6 +42,8 @@ requirements:
payment:
price: []
share: []
children: []
capabilities:
clusterMode: false
navigation: true
component: true
components: []
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": "1.0.4",
"version": "1.0.5",
"private": true,
"main": "./bin/www.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5

0 comments on commit 2c78b09

Please sign in to comment.