diff --git a/Cargo.lock b/Cargo.lock index ca649f3..5712389 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2049,7 +2049,7 @@ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" [[package]] name = "isq" -version = "1.0.1" +version = "1.1.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index bde4ceb..173f570 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "isq" -version = "1.0.1" +version = "1.1.0" edition = "2024" description = "A CLI for GitHub & Linear issues. Instant. Offline-first. AI-agent native." license = "MIT"