Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Release Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hoywu committed May 16, 2022
1 parent c006e2f commit 0cf6652
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Assets/Badge/version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- [快速入门](#快速入门)
- [下载](#下载)
- [TODO List](#todo-list)
- [Thanks](#thanks)
- [Dependency](#dependency)
- [LICENSE](#license-apache-20)

## 快速入门
Expand All @@ -21,8 +21,7 @@

## 下载

- 2022/04/25 v1.1 [releases](https://github.com/hoywu/SubtitlesCommenter/releases/tag/v1.1)
- 2022/04/13 v1.0 [releases](https://github.com/hoywu/SubtitlesCommenter/releases/tag/v1.0)
- [releases](https://github.com/hoywu/SubtitlesCommenter/releases)

## TODO List

Expand All @@ -33,7 +32,7 @@
- [x] 自适应调整每行持续时间(实验性)
- [ ] 国际化

## Thanks
## Dependency

- [UTF-unknown](https://github.com/CharsetDetector/UTF-unknown) - 判断文件编码

Expand Down
2 changes: 1 addition & 1 deletion SubtitlesCommenter/Bean/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
internal class Constants
{
public const string VERSION = "v1.1";
public const string VERSION = "v1.2";
//public static readonly string SettingPath = Environment.CurrentDirectory + "\\Setting.json";
public const string ERROR_MESSAGE_PROGRAMING_ERROR = "程序错误,请联系开发者反馈问题";
}
Expand Down
2 changes: 1 addition & 1 deletion SubtitlesCommenter/SubtitlesCommenter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ApplicationIcon>icon.ico</ApplicationIcon>
<Copyright>Copyright © 2022 hoywu&lt;[email protected]&gt;</Copyright>
<DebugType>none</DebugType>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0cf6652

Please sign in to comment.