Skip to content

Commit

Permalink
Prepare for 0.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jayadamsmorgan committed Apr 5, 2024
1 parent 7c88548 commit f56932a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Editors/VSCode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pkl-lsp-vscode",
"displayName": "pkl-lsp-vscode",
"description": "LSP Extenstion for Pkl language",
"version": "0.0.1",
"version": "0.0.3",
"engines": {
"vscode": "^1.87.0"
},
Expand Down
2 changes: 1 addition & 1 deletion Sources/pkl-lsp/PklServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public struct ServerFlags {
}

public actor PklServer {
public static let pklLSVersion: String = "0.0.2"
public static let pklLSVersion: String = "0.0.3"

let connection: JSONRPCClientConnection
private let logger: Logger
Expand Down

0 comments on commit f56932a

Please sign in to comment.