Skip to content

Commit 8dfb1ff

Browse files
committed
Bump binary version
1 parent 74f87da commit 8dfb1ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webview"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55

66
[profile.release]

src/clients/deno/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if (
5555

5656
// Should match the cargo package version
5757
/** The version of the webview binary that's expected */
58-
export const BIN_VERSION = "0.3.0";
58+
export const BIN_VERSION = "0.3.1";
5959

6060
type WebViewNotification = Extract<
6161
Message,

src/clients/python/src/justbe_webview/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
)
4949

5050
# Constants
51-
BIN_VERSION = "0.3.0"
51+
BIN_VERSION = "0.3.1"
5252

5353
T = TypeVar("T", bound=WebViewNotification)
5454

0 commit comments

Comments
 (0)