Skip to content

Commit

Permalink
Release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Sep 24, 2024
1 parent e101a6e commit 4f8e054
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion js/packages/repo-quest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "repo-quest",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"depot": {
"platform": "browser",
Expand Down
6 changes: 3 additions & 3 deletions rs/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 rs/crates/repo-quest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "repo-quest"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
default-run = "repo-quest"

Expand Down
2 changes: 1 addition & 1 deletion rs/crates/repo-quest/Tauri.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
productName = "RepoQuest"
version = "0.1.5"
version = "0.1.6"
identifier = "com.repo-quest.app"

[build]
Expand Down
2 changes: 1 addition & 1 deletion rs/crates/rq-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rq-cli"
version = "0.1.5"
version = "0.1.6"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rs/crates/rq-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rq-core"
version = "0.1.5"
version = "0.1.6"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 4f8e054

Please sign in to comment.