Skip to content

Commit

Permalink
prepare 4 v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiner Wolf committed Jun 6, 2023
1 parent a88a960 commit 8c1a571
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ChromeExt/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Weblin",
"short_name": "Weblin",
"version": "1.2.6.1",
"version": "1.2.7.1",
"description": "Avatars and Things on Web Pages",
"permissions": [
"storage"
Expand Down
3 changes: 3 additions & 0 deletions ChromeExt/src/lib/_Changes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ interface IHistory extends Array<IRelease> { }
export class _Changes
{
static data: IHistory = [
['1.2.7', '?', [
['x', 'y'],
]],
['1.2.6', 'Tutorial', [
['Add', 'Tutorial videos'],
['Add', 'Tooltip to toast title'],
Expand Down

0 comments on commit 8c1a571

Please sign in to comment.