Skip to content

Commit

Permalink
release: v2023.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh committed Feb 15, 2023
1 parent 7142a6e commit 031b243
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/spyglass/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spyglass"
version = "23.2.2"
version = "23.2.3"
edition = "2021"

[dependencies]
Expand Down Expand Up @@ -65,7 +65,7 @@ github = { git = "https://github.com/spyglass-search/third-party-apis", rev = "d
google = { git = "https://github.com/spyglass-search/third-party-apis", rev = "dc4355a2b2ca12c7e1640a3f39c275f5428157d0" }
migration = { path = "../migrations" }
shared = { path = "../shared", features = ["metrics"] }
spyglass-netrunner = "0.2.7"
spyglass-netrunner = "0.2.8"
spyglass-plugin = { path = "../spyglass-plugin" }
spyglass-rpc = { path = "../spyglass-rpc" }

Expand Down
2 changes: 1 addition & 1 deletion crates/tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Spyglass",
"version": "23.2.2"
"version": "23.2.3"
},
"build": {
"distDir": "../client/dist",
Expand Down

0 comments on commit 031b243

Please sign in to comment.