Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Bump version to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stdrc committed Jul 27, 2018
1 parent d2ada0a commit 51bc974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ struct Cleaner : Extension {
Info info() const override {
static Info i;
i.name = u8"垃圾清理";
i.version = "0.0.1";
i.build_number = 1;
i.version = "0.0.2";
i.build_number = 2;
i.description = u8"提供后台自动清理垃圾功能。";
return i;
}
Expand Down

0 comments on commit 51bc974

Please sign in to comment.