Skip to content

Commit

Permalink
Fixes regex issue with macOS Ventura (#315)
Browse files Browse the repository at this point in the history
* Fixes regex issue with macOS Ventura

* get rid of the hat from the pin, I want 2.0.0 exactly
  • Loading branch information
neil-morrison44 authored Sep 12, 2024
1 parent f26af14 commit a11d32d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pocket-sync",
"private": true,
"version": "4.12.0",
"version": "4.12.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -26,6 +26,7 @@
"html-react-parser": "^5.1.8",
"i18next": "^23.10.1",
"i18next-icu": "^2.3.0",
"mdast-util-gfm-autolink-literal": "2.0.0",
"postprocessing": "^6.35.2",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pocket-sync"
version = "4.12.0"
version = "4.12.1"
description = "A GUI tool for doing stuff with the Analogue Pocket"
authors = ["neil-morrison44"]
license = "AGPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Pocket Sync",
"version": "4.12.0"
"version": "4.12.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit a11d32d

Please sign in to comment.