Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
prathercc committed Jun 13, 2024
1 parent 6b59b5e commit a67d572
Show file tree
Hide file tree
Showing 4 changed files with 7 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.11",
"version": "1.11.12",
"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.11",
"version": "1.11.12",
"description": "A data manipulation and export tool for Discord.",
"manifest_version": 3,
"permissions": ["storage"],
Expand Down
4 changes: 4 additions & 0 deletions src/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"version": "1.11.12",
"changes": ["Fix message chaining in HTML exports for Tupperbox messages."]
},
{
"version": "1.11.11",
"changes": [
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.11
1.11.12
</Typography>
</Stack>
</Box>
Expand Down

0 comments on commit a67d572

Please sign in to comment.