Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-stone committed Dec 13, 2024
1 parent 5259675 commit 974d224
Show file tree
Hide file tree
Showing 3 changed files with 3 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": "flowtide",
"private": true,
"version": "2.3",
"version": "2.3.1",
"type": "module",
"scripts": {
"build-only": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion targets/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Flowtide - Beautiful New Tab",
"version": "2.3",
"version": "2.3.1",
"description": "Flowtide is a beautiful new tab page for your browser.",
"chrome_url_overrides": {
"newtab": "index.html"
Expand Down
2 changes: 1 addition & 1 deletion targets/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Flowtide - Beautiful New Tab",
"version": "2.3",
"version": "2.3.1",
"description": "Flowtide is a beautiful new tab page for your browser.",
"chrome_url_overrides": {
"newtab": "index.html"
Expand Down

0 comments on commit 974d224

Please sign in to comment.