Skip to content

Commit 89f935e

Browse files
committed
version change
1 parent 1db13a6 commit 89f935e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"editor.inlineSuggest.showToolbar": "always",
3+
"editor.quickSuggestionsDelay": 10,
4+
"editor.quickSuggestions": {
5+
"other": "inline",
6+
"comments": "off",
7+
"strings": "off"
8+
}
9+
}

bito-cli-macos-arm.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
class BitoCliMacosArm < Formula
22
desc "Bito CLI for MacOS Arm based architecure"
3+
version "3.4.0"
34
homepage "https://github.com/gitbito/CLI"
45
url "https://github.com/gitbito/CLI/releases/download/vm3.4.0/bito-macos-arm.tar.gz"
56
sha256 "0bb392ec76f59286a3e3530529b6b1734f0072ae09ea4dffd45ac9be95554b1d"

bito-linux-x86.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class BitoLinuxX86 < Formula
22
desc "Bito CLI for Linux x86 based architecure with new version 3.5 for test"
33
version "3.5.0"
44
homepage "https://github.com/gitbito/CLI"
5-
url "https://github.com/gitbito/CLI/releases/download/v3.5.0/bito-linux-x86.tar.gz"
6-
sha256 "27c4f990012a7f282498162ad03f160d6b6bcf00b146c7e1048ec79cdcf15d79"
5+
url "https://github.com/gitbito/CLI/releases/download/v3.4.0/bito-linux-x86.tar.gz"
6+
sha256 "be9f82619233dae8cbb96c403fb35cc745816e55f121d48ba95923ab4050f093"
77
license ""
88

99
def install

0 commit comments

Comments
 (0)