Skip to content

Commit

Permalink
Fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
OIRNOIR committed Jul 23, 2023
1 parent cdcbe77 commit 8af836a
Show file tree
Hide file tree
Showing 3 changed files with 709 additions and 250 deletions.
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
"discordID": "720842469024989195",
"github": "oirnoir"
},
"version": "1.0.10",
"version": "1.0.11",
"updater": {
"type": "store",
"id": "dev.oirnoir.onekoanimation"
},
"license": "GPL",
"type": "replugged-theme",
"main": "src/main.css"
"main": "src/main.css",
"source": "https://github.com/OIRNOIR/oneko-animation",
"image": "https://cdn.discordapp.com/attachments/1079183470095511562/1079183471634812949/Screen_Recording_2023-02-25_at_3.07.43_PM_2.gif"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oneko-animation",
"version": "1.0.10",
"version": "1.0.11",
"description": "Oneko living on your message bar",
"engines": {
"node": ">=14.0.0"
Expand All @@ -20,6 +20,6 @@
"@parcel/core": "^2.9.2",
"@types/node": "^18.15.11",
"prettier": "^2.8.8",
"replugged": "^4.4.2"
"replugged": "^4.5.1"
}
}
Loading

0 comments on commit 8af836a

Please sign in to comment.