diff --git a/README.md b/README.md index 3599d9c..70ecee1 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ CLI(命令行)版本:[https://github.com/wxbool/video-srt](https://github. ## Download -##### 下载地址:(v0.2.3) +##### 下载地址:(v0.2.5) -- .zip(含ffmpeg依赖) [点我下载](http://file.viggo.site/video-srt/0.2.3/video-srt-gui-ffmpeg-0.2.3-x64.zip) -- .zip(不含ffmpeg依赖) [点我下载](http://file.viggo.site/video-srt/0.2.3/video-srt-gui-0.2.3-x64.zip) +- .zip(含ffmpeg依赖) [点我下载](http://file.viggo.site/video-srt/0.2.5/video-srt-gui-ffmpeg-0.2.5-x64.zip) +- .zip(不含ffmpeg依赖) [点我下载](http://file.viggo.site/video-srt/0.2.5/video-srt-gui-0.2.5-x64.zip) 你也可以到 [release](https://github.com/wxbool/video-srt-windows/releases) 页面下载其他版本 diff --git a/main.go b/main.go index 73d0fd6..8826fe3 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( ) //应用版本号 -const APP_VERSION = "0.2.3" +const APP_VERSION = "0.2.5" var AppRootDir string var mw *MyMainWindow