We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d33023 commit 6f5a799Copy full SHA for 6f5a799
vscode-extension/package.json
@@ -7,7 +7,7 @@
7
"type": "git",
8
"url": "https://github.com/swift-server-community/vscode-aws-lambda-swift-sam"
9
},
10
- "version": "1.1.8",
+ "version": "1.1.7",
11
"workspaces": [
12
"packages/*"
13
],
vscode-extension/webview-ui/src/components/navbar/Navbar.tsx
@@ -85,7 +85,7 @@ const Navbar = () => {
85
<div className="navbar-items">
86
<h1 className="">vscode-aws-lambda-swift</h1>
87
<a
88
- href="https://github.com/MarwaneKoutar/vscode-aws-lambda-swift"
+ href="https://github.com/swift-server-community/vscode-aws-lambda-swift-sam"
89
className="github-icon"
90
>
91
<VscGithubInverted size={30} />
0 commit comments