Skip to content

Commit 6dc5ba0

Browse files
committed
chore: 0.1.48
1 parent 51f12e2 commit 6dc5ba0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sql-studio"
3-
version = "0.1.47"
3+
version = "0.1.48"
44
edition = "2024"
55
repository = "https://github.com/frectonz/sql-studio"
66
description = "Single binary, single command SQL Database Explorer."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ More features available on the [releases page](https://github.com/frectonz/sql-s
9797
### Install prebuilt binaries via shell script (MacOS and Linux)
9898

9999
```bash
100-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.47/sql-studio-installer.sh | sh
100+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.48/sql-studio-installer.sh | sh
101101
```
102102

103103
### Install prebuilt binaries via powershell script
104104

105105
```powershell
106-
powershell -ExecutionPolicy Bypass -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.47/sql-studio-installer.ps1 | iex"
106+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.48/sql-studio-installer.ps1 | iex"
107107
```
108108

109109
### Updating

0 commit comments

Comments
 (0)