Skip to content

Commit

Permalink
chore(countdown): bump version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Mar 10, 2023
1 parent 4114468 commit 15ad831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app-countdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netless/app-countdown",
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/main.js",
"module": "dist/main.mjs",
"unpkg": "dist/main.iife.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-countdown/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Countdown: NetlessApp = {
const storage = context.createStorage<StorageState>("state", {
countdownSecs: 0,
startTime: 0,
paused: false,
paused: 0,
});

render(<App context={context} storage={storage} />, box.$content);
Expand Down

0 comments on commit 15ad831

Please sign in to comment.