Skip to content

Commit

Permalink
Version 0.2.0 release (#98)
Browse files Browse the repository at this point in the history
* Upgrade version field in package.json to 0.2.0

* Update README.md

* Upgrade version field in package.json to 0.2.0

* Update README.md
  • Loading branch information
danny900714 authored Apr 16, 2022
1 parent c29422d commit 887d2f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
- 使用嶄新的前端 ([React](https://reactjs.org/)) 和後端 ([NestJS](https://nestjs.com/)) 技術,並使用 [GraphQL](https://graphql.org/) 作為 API 通訊標準。
- 使用者管理介面,輕鬆設定系統使用者
- 上傳影片至高醫數理雲
- 使用 [Google Analytics](https://marketingplatform.google.com/about/analytics/) 提供最先進的分析工具
- 整合 [Sentry](https://sentry.io/) 回報應用程式錯誤資訊

## Bug 回報

Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.0.1",
"version": "0.2.0",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conote",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 887d2f1

Please sign in to comment.