Skip to content

Commit

Permalink
chore: Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fazil47 committed Jun 23, 2024
1 parent 90cf94b commit 5dcdc0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deno_winit"
version = "0.2.0"
version = "0.2.1"
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 deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fazil47/deno-winit",
"version": "0.2.0",
"version": "0.2.1",
"tasks": {
"hello_triangle": "deno run --allow-ffi --allow-env --allow-read --allow-net --allow-write --unstable-ffi --unstable-webgpu examples/hello_triangle.ts",
"hello_triangle_local": "export DENO_WINIT_LOCAL_LIB=1 && deno run --allow-ffi --allow-env --allow-read --unstable-ffi --unstable-webgpu examples/hello_triangle.ts"
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { dlopen } from "@denosaurs/plug";
/**
* The library version.
*/
export const VERSION = "0.2.0";
export const VERSION = "0.2.1";

/**
* The winit dynamic library symbols.
Expand Down

0 comments on commit 5dcdc0c

Please sign in to comment.