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

Commit

Permalink
upgrade version (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
newbe36524 committed Dec 12, 2021
1 parent ecee3aa commit 59bf897
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Newbe.BookmarkManager/Services/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ namespace Newbe.BookmarkManager.Services;
public static class Consts
{
public const string AppName = "Amazing Favorites";
public const string CurrentVersion = "0.7.1";
public const string CurrentVersion = "0.8.0";
public const string PrivacyAgreementVersionDate = "2021/08/29";

public static readonly string[] Versions =
{
CurrentVersion,
"0.7.1",
"0.7.0",
"0.6.3",
"0.6.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Amazing Favorites",
"version": "0.7.1",
"version": "0.8.0",
"description": "Amazing Favorites help you to manage you bookmarks efficiently",
"omnibox": {
"keyword": "af"
Expand Down
2 changes: 1 addition & 1 deletion src/Newbe.BookmarkManager/wwwroot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhRF87BdgIpkJ8JPvqczOIT/v4dk2c/0XM0wja+SWmVaVL+52k4NsnA9i3MHdj6sP8WvrHhPtBV8GXj0W3Mo2YbXcevFFRYdw71dbMfuGlc/8zWjXrAz9gmQBsgKVWhaKTw9aAOzTrzmkW6kNfPyRseBoA6It68g0gZr3tS/NtxX3jQ2+VEL94ETzKotoHF6ft4/cnkyxGI3Pk9sMBdhBFky5PNNoHgOG0VdYuoobMRq3C9gWvuO63X7W7fPlysAiuyTZO/KIiaEx6qFCPSBPh4gqymzbXkoR+jsPLLjcTTfFw2hiPNSrLjqlCI8+heCfbMFB08BLLp6Uq5XTZaMevQIDAQAB",
"manifest_version": 2,
"name": "Amazing Favorites",
"version": "0.7.1",
"version": "0.8.0",
"description": "Amazing Favorites help you to manage you bookmarks efficiently",
"omnibox": {
"keyword": "af"
Expand Down

0 comments on commit 59bf897

Please sign in to comment.