diff --git a/README.md b/README.md index 9003bb3..1ad0437 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ ## 安装包 * [Rubick Mac OS](https://github.com/clouDr-f2e/rubick/releases) * [Rubick Windows](https://github.com/clouDr-f2e/rubick/releases) +* [Rubick Linux](https://github.com/clouDr-f2e/rubick/releases) ## 支持能力 - [x] 支持远程下载安装插件,支持插件开发者模式 @@ -36,7 +37,7 @@ - [x] 支持搜索本地已安装 app 或 偏好设置 - [x] macos touchBar 唤起插件 - [x] 支持 Windows(目前是 mac 的 alpha 版本,功能尚不全,正在迁移中) -- [ ] 支持 Linux +- [x] 支持 Linux diff --git a/package.json b/package.json index 88f7442..e66803d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rubick2", - "version": "0.0.3-beta.5", + "version": "0.0.3-beta.6", "author": "muwoo <2424880409@qq.com>", "description": "An electron-vue project", "license": null,