Skip to content

Commit 97f56ae

Browse files
committed
chore: 0.1.51 docs
1 parent 82367da commit 97f56ae

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

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

101101
```bash
102-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.50/sql-studio-installer.sh | sh
102+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.51/sql-studio-installer.sh | sh
103103
```
104104

105105
### Install prebuilt binaries via powershell script
106106

107107
```powershell
108-
powershell -ExecutionPolicy Bypass -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.50/sql-studio-installer.ps1 | iex"
108+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.51/sql-studio-installer.ps1 | iex"
109109
```
110110

111111
### Updating

docs/app/docs/installation/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ twitter:
2020
The fastest way to install SQL Studio:
2121

2222
```bash
23-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.50/sql-studio-installer.sh | sh
23+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.51/sql-studio-installer.sh | sh
2424
```
2525

2626
## PowerShell (Windows)
2727

2828
```powershell
29-
powershell -ExecutionPolicy Bypass -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.50/sql-studio-installer.ps1 | iex"
29+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.51/sql-studio-installer.ps1 | iex"
3030
```
3131

3232
## Nix

docs/app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const FEATURES = [
6060
const INSTALL_METHODS = [
6161
{
6262
label: "SHELL",
63-
command: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.50/sql-studio-installer.sh | sh",
63+
command: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.51/sql-studio-installer.sh | sh",
6464
},
6565
{ label: "NIX", command: "nix shell nixpkgs#sql-studio" },
6666
{ label: "DOCKER", command: "docker run -p 3030:3030 frectonz/sql-studio" },
@@ -130,8 +130,8 @@ export default function LandingPage() {
130130

131131
{/* Left — text */}
132132
<div className="px-6 pb-16 pt-20 md:pb-24 md:pt-28" style={{ borderRight: "none" }}>
133-
<Link href="https://github.com/frectonz/sql-studio/releases/tag/0.1.50" className="ld-up mb-6 inline-block border px-3 py-1 text-xs font-bold tracking-widest" style={{ animationDelay: "0.1s", color: "var(--ss-primary)", borderColor: "var(--ss-primary)" }} target="_blank" rel="noopener noreferrer">
134-
v0.1.50
133+
<Link href="https://github.com/frectonz/sql-studio/releases/tag/0.1.51" className="ld-up mb-6 inline-block border px-3 py-1 text-xs font-bold tracking-widest" style={{ animationDelay: "0.1s", color: "var(--ss-primary)", borderColor: "var(--ss-primary)" }} target="_blank" rel="noopener noreferrer">
134+
v0.1.51
135135
</Link>
136136

137137
<h1 className="ld-up font-black text-6xl sm:text-7xl md:text-8xl lg:text-9xl" style={{ animationDelay: "0.2s", lineHeight: 0.85, letterSpacing: "-0.04em" }}>

0 commit comments

Comments
 (0)