Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
prathercc committed Mar 16, 2024
1 parent e7a75f5 commit f253c5c
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.9",
"version": "1.11.10",
"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.9",
"version": "1.11.10",
"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.10",
"changes": ["Add support for call messages.", "Order exported media."]
},
{
"version": "1.11.9",
"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.9
1.11.10
</Typography>
</Stack>
</Box>
Expand Down

0 comments on commit f253c5c

Please sign in to comment.