Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
prathercc committed Dec 25, 2023
1 parent 57b30da commit 99dcb1f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discrub-ext",
"version": "1.11.3",
"version": "1.11.4",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.3",
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.3",
"version": "1.11.4",
"description": "A data manipulation and export tool for Discord.",
"manifest_version": 3,
"permissions": [],
Expand Down
7 changes: 7 additions & 0 deletions src/components/DiscrubDialog/About/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"version": "1.11.4",
"changes": [
"Paginate exported JSON messages.",
"Restore username parsing for User mentions in JSON exports."
]
},
{
"version": "1.11.3",
"changes": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/DiscrubDialog/DiscrubDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function DiscrubDialog() {
justifyContent="center"
spacing={1}
>
<Typography variant="body2">1.11.3</Typography>
<Typography variant="body2">1.11.4</Typography>
</Stack>
</Box>
<CloseWindowButton />
Expand Down

0 comments on commit 99dcb1f

Please sign in to comment.