Skip to content

Commit

Permalink
chore: release v1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloaix committed Aug 9, 2021
1 parent 64cc3eb commit d36dcb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -60,7 +60,7 @@ jobs:

# 上传构建产物到发布
- name: Upload Build Outputs
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.7
with:
tag_name: ${{ steps.get-version.outputs.VERSION }}
name: Release ${{ steps.get-version.outputs.VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@

English | [简体中文](./README.zh-CN.md)

Gofi (gəʊfi:) is a application for building personal cloud disk.
Gofi (gəʊfi:) is a web file indexer written by golang.

## [Documentation](https://gofi.calmlyfish.com) | [Demo](http://gofi-demo.calmlyfish.com)

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Expand Up @@ -6,7 +6,7 @@

[English](./README.md) | 简体中文

Gofi (gəʊfi:) 是一个用于建立个人云盘的应用程序
Gofigəʊfi:)是一个由 golang 编写的 Web 文件浏览器

## [文档](https://gofi.calmlyfish.com) | [演示站点](http://gofi-demo.calmlyfish.com)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gofi",
"version": "1.0.0.beta.2",
"version": "1.0.0.beta.3",
"main": "index.js",
"repository": "git@github.com:Sloaix/Gofi.git",
"author": "Sloaix <faith.epiphone@qq.com>",
Expand Down

0 comments on commit d36dcb1

Please sign in to comment.