Skip to content

Commit

Permalink
chore: release v0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzio committed May 23, 2024
1 parent fc82238 commit 1ce751b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "desktop",
"version": "0.3.17",
"version": "0.3.18",
"private": true,
"scripts": {
"next-start": "cross-env BROWSER=none next dev -p 4040",
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penx"
version = "0.3.17"
version = "0.3.18"
description = "Your personal database"
authors = ["0xZion"]
license = ""
Expand Down
9 changes: 0 additions & 9 deletions apps/desktop/src/common/installBuiltinExtension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ export async function installBuiltinExtension() {
assets: {},
isDeveloping: false,
commands: [
{
name: 'today',
title: 'Today',
icon: '/icons/copy.svg',
subtitle: '',
description: '',
code: '',
isBuiltIn: true,
},
{
name: 'database',
title: 'Database',
Expand Down

0 comments on commit 1ce751b

Please sign in to comment.