Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Aug 22, 2022
1 parent e123919 commit f41586f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ https://matsuridayo.github.io
* Hysteria ( hysteria-plugin )
* WireGuard ( wireguard-plugin )

### ROOT required
请到项目主页下载插件。

* Hysteria faketcp ( hysteria-plugin )
Please go to the project homepage to download plugins.

### 订阅 / Subscription

Expand All @@ -60,3 +60,9 @@ https://matsuridayo.github.io
本项目源于[SagerNet](https://github.com/SagerNet/SagerNet),并做了很多优化和修改。由于维护者的精力有限,SagerNet的一些新功能可能不会被合并到这个项目中。

This project is derived from [SagerNet](https://github.com/SagerNet/SagerNet) and has many optimizations and modifications. Some new features of SagerNet may not be merged into this project due to the limited energy of maintainers.

有什么显著的不同?

What is the significant difference?

https://matsuridayo.github.io/m-faq/
2 changes: 1 addition & 1 deletion libcore/date.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
var outdated string

func GetBuildTime() int64 {
buildDate := "20220816"
buildDate := "20220822"
buildTime, _ := time.Parse("20060102", buildDate)
return buildTime.Unix()
}
Expand Down
4 changes: 2 additions & 2 deletions sager.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PACKAGE_NAME=moe.matsuri.lite
VERSION_NAME=0.4.0
VERSION_CODE=156
VERSION_NAME=0.4.1
VERSION_CODE=157

0 comments on commit f41586f

Please sign in to comment.