Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger committed Jan 26, 2025
1 parent 6244af8 commit 6fd06fb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = [
"crates/icbsysmgr",
]
[workspace.package]
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Mike Krüger <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion crates/ppl-lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ppl-language-server"
version = '0.1.2'
version = '0.1.3'
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/ppl-lsp/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ppl-language-client",
"description": "VSCode part of a language server",
"license": "Apache-2.0",
"version": "0.1.2",
"version": "0.1.3",
"engines": {
"vscode": "^1.85.0"
},
Expand Down
2 changes: 1 addition & 1 deletion crates/ppl-lsp/extensions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id = "ppl-zed-extension"
name = "PCBoard Programming Language Zed Extension"
version = "0.1.2"
version = "0.1.3"
schema_version = 1
authors = ["Mike Krüger <[email protected]>"]
description = "PCBoard Programming Language Zed Extension"
Expand Down
2 changes: 1 addition & 1 deletion crates/ppl-lsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ppl-language-server",
"description": "PCBoard Programming Language server",
"license": "MIT",
"version": "0.1.2",
"version": "0.1.3",
"categories": [],
"keywords": [
"language-server",
Expand Down

0 comments on commit 6fd06fb

Please sign in to comment.