Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
v24.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cutls committed Jan 24, 2023
1 parent e6e17e4 commit 27ccf49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thedesk",
"version": "24.0.2",
"version": "24.0.3",
"codename": "Anastasia",
"description": "TheDesk is a Mastodon client for PC.",
"repository": "https://github.com/cutls/TheDesk",
Expand All @@ -16,7 +16,7 @@
"dev:watchview": "node view/make/makeCli.js --watch",
"dev:watchbuilder": "rollup -c -w",
"build:pack": "npm run build:prepare && node buildCli.js",
"build:prepare": "npm run build:render && npm run build:main",
"build:prepare": "node view/make/makeCli.js && npm run build:render && npm run build:main",
"build:main": "tsc main/main.ts --outDir dist/main --esModuleInterop true",
"build:render": "rollup -c",
"build:pwa": "node view/make/makeCli.js --pwa",
Expand Down

0 comments on commit 27ccf49

Please sign in to comment.