Skip to content

Commit 95c32db

Browse files
committed
chore: update project version and repo urls.
1 parent 4f49c39 commit 95c32db

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to the **Kit Studio** extension will be documented in this file.
44

5+
## [0.1.5] - 2026-03-14
6+
7+
### Changed
8+
- **Git url**
9+
510
## [0.1.4] - 2026-03-13
611

712
### Added

frontend/src/components/CtaSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const CtaSection = () => {
6363

6464
<div className="mt-10">
6565
<a
66-
href="https://github.com"
66+
href="https://github.com/Stellar-Kit"
6767
target="_blank"
6868
rel="noopener noreferrer"
6969
className="btn-outline"

frontend/src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Footer = () => {
88
<span className="text-sm font-body text-muted-foreground">Stellar Kit — Kit Studio &amp; Kit Canvas for Soroban developers</span>
99
</div>
1010
<div className="flex items-center gap-6 text-sm font-body text-muted-foreground">
11-
<a href="https://github.com" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors">GitHub</a>
11+
<a href="https://github.com/Stellar-Kit" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors">GitHub</a>
1212
<a href="https://stellar.org" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors">Stellar</a>
1313
<a href="https://soroban.stellar.org" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors">Soroban Docs</a>
1414
<Link href="/blog" className="hover:text-foreground transition-colors">Blog</Link>

frontend/src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const Navbar = () => {
3535
<Link href="/blog" className="text-sm font-medium text-muted-foreground hover:text-foreground transition-colors">Blog</Link>
3636
<Link href="/faq" className="text-sm font-medium text-muted-foreground hover:text-foreground transition-colors">FAQ</Link>
3737
<a
38-
href="https://github.com"
38+
href="https://github.com/Stellar-Kit"
3939
target="_blank"
4040
rel="noopener noreferrer"
4141
className="text-sm font-medium text-muted-foreground hover:text-foreground transition-colors"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "stellar-kit-studio",
33
"displayName": "Stellar Kit Studio",
44
"description": "Kit Studio by Stellar Kit: Build, deploy, and manage Soroban smart contracts on Stellar directly from VS Code. One-click deploy, transaction simulation, and integrated CLI workflows.",
5-
"version": "0.1.4",
5+
"version": "0.1.5",
66
"publisher": "0xVida",
77
"icon": "icon.png",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/0xVida/stellar-suite.git"
10+
"url": "https://github.com/Stellar-Kit/studio.git"
1111
},
1212
"engines": {
1313
"vscode": "^1.80.0"

0 commit comments

Comments
 (0)