Skip to content

Commit 2b74c3d

Browse files
revert: restore version to 0.3.0 and Homebrew formula
Made-with: Cursor
1 parent a254a41 commit 2b74c3d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if(POLICY CMP0177)
55
endif()
66
set(CMAKE_POLICY_VERSION_MINIMUM 3.5 CACHE STRING "" FORCE)
77

8-
project(rcli VERSION 0.3.1 LANGUAGES C CXX)
8+
project(rcli VERSION 0.3.0 LANGUAGES C CXX)
99

1010
set(CMAKE_CXX_STANDARD 17)
1111
set(CMAKE_CXX_STANDARD_REQUIRED ON)

Formula/rcli.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class Rcli < Formula
22
desc "On-device voice AI for macOS — STT, LLM, TTS, 43 actions, and local RAG"
33
homepage "https://github.com/RunanywhereAI/RCLI"
4-
url "https://github.com/RunanywhereAI/RCLI/releases/download/v0.3.1/rcli-0.3.1-Darwin.tar.gz"
5-
sha256 "118553cf2053e3fd2d1fca05e0d0c5a439b8f68710075aab3e25e6c789ef59bf"
4+
url "https://github.com/RunanywhereAI/RCLI/releases/download/v0.3.0/rcli-0.3.0-Darwin-arm64.tar.gz"
5+
sha256 "f269751118e0c55ca70ad9a7c7c7d4a116eb0b39fd4f3d4148b456c1bb001f58"
66
license "MIT"
7-
version "0.3.1"
7+
version "0.3.0"
88

99
depends_on :macos
1010
depends_on arch: :arm64

0 commit comments

Comments
 (0)