Skip to content

Commit

Permalink
Bump version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
prathercc committed May 14, 2024
1 parent 5ebc798 commit 3106707
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "discrub-ext",
"private": true,
"version": "1.11.10",
"version": "1.11.11",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "Discrub",
"name": "Discrub",
"version": "1.11.10",
"version": "1.11.11",
"description": "A data manipulation and export tool for Discord.",
"manifest_version": 3,
"permissions": ["storage"],
Expand Down
8 changes: 8 additions & 0 deletions src/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "1.11.11",
"changes": [
"Add 'Lookup Server Nicknames & Roles' setting.",
"Add 'Lookup Display Names' setting.",
"Show APP in place of BOT when rendering messages from a Verified Bot."
]
},
{
"version": "1.11.10",
"changes": ["Add support for call messages.", "Order exported media."]
Expand Down
2 changes: 1 addition & 1 deletion src/containers/discrub-dialog/discrub-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function DiscrubDialog() {
spacing={1}
>
<Typography color="primary.main" variant="body2">
1.11.10
1.11.11
</Typography>
</Stack>
</Box>
Expand Down

0 comments on commit 3106707

Please sign in to comment.