Skip to content

Commit 686800b

Browse files
authored
Bump bzl and package version (#83)
1 parent d146865 commit 686800b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bazel-stack-vscode",
33
"displayName": "bazel-stack-vscode",
44
"description": "Bazel Support for Visual Studio Code",
5-
"version": "1.4.0",
5+
"version": "1.5.0",
66
"publisher": "StackBuild",
77
"license": "Apache-2.0",
88
"icon": "stackb-full.png",
@@ -232,7 +232,7 @@
232232
},
233233
"bsv.bzl.server.release": {
234234
"type": "string",
235-
"default": "v1.0.5",
235+
"default": "v1.1.1",
236236
"description": "Bzl release version"
237237
},
238238
"bsv.bzl.server.command": {

src/bezel/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export class BzlSettings extends Settings<BzlConfiguration> {
253253
enabled: config.get<boolean>('enabled', true),
254254
autoLaunch: config.get<boolean>('autoLaunch', true),
255255
downloadBaseURL: config.get<string>('downloadBaseUrl', 'https://get.bzl.io'),
256-
release: config.get<string>('release', 'v0.9.16'),
256+
release: config.get<string>('release', 'v1.1.1'),
257257
executable: normalize(config.get<string>('executable', '')),
258258
address: address,
259259
command: config.get<string[]>('command', ['serve', '--address=${address}']),

0 commit comments

Comments
 (0)