Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{
"id": "narraleaf.steam-achievements",
"name": "Steam Achievements",
"version": "0.1.0",
"version": "0.1.1",
"description": "Author Steam achievements and stats in Studio, and unlock them from blueprint graphs. Falls back to a local mirror wherever Steam is not available, so the same script works on itch, on the web export and in Dev Mode.",
"publisher": "NarraLeaf Studio",
"path": "plugins/narraleaf.steam-achievements",
Expand Down Expand Up @@ -83,11 +83,11 @@
},
"permissions": [],
"release": {
"tag": "narraleaf.steam-achievements@0.1.0",
"page": "https://github.com/NarraLeaf/Plugins/releases/tag/narraleaf.steam-achievements%400.1.0",
"download": "https://github.com/NarraLeaf/Plugins/releases/download/narraleaf.steam-achievements%400.1.0/narraleaf.steam-achievements-0.1.0.zip"
"tag": "narraleaf.steam-achievements@0.1.1",
"page": "https://github.com/NarraLeaf/Plugins/releases/tag/narraleaf.steam-achievements%400.1.1",
"download": "https://github.com/NarraLeaf/Plugins/releases/download/narraleaf.steam-achievements%400.1.1/narraleaf.steam-achievements-0.1.1.zip"
},
"icon": "https://raw.githubusercontent.com/NarraLeaf/Plugins/narraleaf.steam-achievements%400.1.0/plugins/narraleaf.steam-achievements/icon.png",
"icon": "https://raw.githubusercontent.com/NarraLeaf/Plugins/narraleaf.steam-achievements%400.1.1/plugins/narraleaf.steam-achievements/icon.png",
"studioVersion": ">=0.2.0",
"locales": {
"zh-CN": {
Expand Down
Binary file modified plugins/narraleaf.steam-achievements/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion plugins/narraleaf.steam-achievements/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 2,
"id": "narraleaf.steam-achievements",
"name": "Steam Achievements",
"version": "0.1.0",
"version": "0.1.1",
"description": "Author Steam achievements and stats in Studio, and unlock them from blueprint graphs. Falls back to a local mirror wherever Steam is not available, so the same script works on itch, on the web export and in Dev Mode.",
"publisher": "NarraLeaf Studio",
"icon": "icon.png",
Expand Down
2 changes: 1 addition & 1 deletion plugins/narraleaf.steam-achievements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@narraleaf-plugins/steam-achievements",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "Author Steam achievements and stats in Studio, and unlock them from blueprint graphs, with a local mirror wherever Steam is not available.",
"license": "MPL-2.0",
Expand Down
Loading
Loading