Skip to content

Commit 0942c0d

Browse files
committed
chore: bump to 0.1.13
1 parent 5385712 commit 0942c0d

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

Formula/codeseek.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
class Codeseek < Formula
22
desc "Code intelligence CLI — AST-based call graph + semantic search"
33
homepage "https://github.com/CodeBendKit/codeseek"
4-
version "0.1.12"
4+
version "0.1.13"
55

66
on_macos do
77
if Hardware::CPU.arm?
8-
url "https://github.com/CodeBendKit/codeseek/releases/download/v0.1.12/codeseek-darwin-arm64"
8+
url "https://github.com/CodeBendKit/codeseek/releases/download/v0.1.13/codeseek-darwin-arm64"
99
sha256 "d69412ba56a1d1e5a986ba39c8d1cd060594321cee2dd22344935e2c736aa62d"
1010
else
11-
url "https://github.com/CodeBendKit/codeseek/releases/download/v0.1.12/codeseek-darwin-x64"
11+
url "https://github.com/CodeBendKit/codeseek/releases/download/v0.1.13/codeseek-darwin-x64"
1212
sha256 "48af60a85e047ba5e6fe338941485e2a18c52a5a28a1e9ea3482ea1affd3b147"
1313
end
1414
end
1515

1616
on_linux do
17-
url "https://github.com/CodeBendKit/codeseek/releases/download/v0.1.12/codeseek-linux-x64"
17+
url "https://github.com/CodeBendKit/codeseek/releases/download/v0.1.13/codeseek-linux-x64"
1818
sha256 "6fd5e4177bf3a30ff43d9cbc5cb4246e36e9b18b2bfc5dd2608bbed667fd31cf"
1919
end
2020

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeseek",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Code intelligence CLI tool — AST analysis + semantic search for Claude Code",
55
"bin": "dist/bin/codeseek.js",
66
"main": "./dist/index.js",

rust-core/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codeseek"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)