Skip to content

Commit

Permalink
v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iansinnott committed May 13, 2023
1 parent b649c02 commit 63116dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prompta",
"version": "0.15.0",
"version": "0.15.1",
"private": true,
"scripts": {
"dev": "tauri dev",
Expand All @@ -23,8 +23,8 @@
"@sveltejs/kit": "^1.5.0",
"@tailwindcss/typography": "0.5.9",
"@tauri-apps/cli": "1.2.3",
"@types/prismjs": "1.26.0",
"@types/marked": "^4.0.0",
"@types/prismjs": "1.26.0",
"autoprefixer": "~10.4.7",
"cross-env": "7.0.3",
"postcss": "~8.4.14",
Expand All @@ -47,12 +47,12 @@
"@vlcn.io/rx-tbl": "0.8.3",
"@vlcn.io/sync-p2p": "0.7.3",
"classnames": "2.3.2",
"marked": "^4.0.0",
"nanoid": "4.0.2",
"openai": "3.2.1",
"prism-svelte": "0.5.0",
"prismjs": "1.29.0",
"svelte-markdown": "0.2.3",
"marked": "^4.0.0",
"uuid": "9.0.0"
}
}
}
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Prompta",
"version": "0.15.0"
"version": "0.15.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 63116dc

Please sign in to comment.