Skip to content

Commit

Permalink
chore(package): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcco committed Dec 17, 2022
1 parent 219800a commit 39c7deb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/coc-ds-pinyin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc-ds-pinyin-lsp",
"version": "0.2.0",
"version": "0.3.0",
"description": "pinyin input support for (Neo)vim",
"author": "iamcco <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/coc-ds-pinyin/src/constant.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const extensionName = 'ds-pinyin-lsp';
export const dbName = 'dict.db3';
export const dbTag = 'v0.2.0';
export const dbTag = 'v0.3.0';
2 changes: 1 addition & 1 deletion packages/ds-pinyin-lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ds-pinyin-lsp"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
repository = "https://github.com/iamcco/ds-pinyin-lsp"
description = "Pinyin language server for input Chinese."
Expand Down
1 change: 0 additions & 1 deletion packages/ds-pinyin-lsp/src/symbol.rx

This file was deleted.

0 comments on commit 39c7deb

Please sign in to comment.