Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
prathercc committed Oct 13, 2024
1 parent e2b7f2b commit 8f34a9f
Show file tree
Hide file tree
Showing 4 changed files with 9 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.12.0",
"version": "1.12.1",
"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.12.0",
"version": "1.12.1",
"description": "A data manipulation and export tool for Discord.",
"manifest_version": 3,
"permissions": ["storage"],
Expand Down
6 changes: 6 additions & 0 deletions src/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"version": "1.12.1",
"changes": [
"Make Preview/Download Media settings multi-select with 'Images', 'Videos', and 'Audio' as options."
]
},
{
"version": "1.12.0",
"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.12.0
1.12.1
</Typography>
</Stack>
</Box>
Expand Down

0 comments on commit 8f34a9f

Please sign in to comment.