Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
retraigo committed Feb 25, 2024
1 parent a39a182 commit cac7a58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lala/classy",
"version": "1.0.1",
"version": "1.1.0",
"exports": "./mod.ts",
"exclude": [
"crates",
Expand All @@ -9,7 +9,8 @@
".vscode",
"Cargo.toml",
"Cargo.lock",
"target"
"target",
".gitignore"
],
"tasks": {
"build": "cargo build --release"
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CLASSY_LALA_VERSION = "v1.0.1"
export const CLASSY_LALA_VERSION = "v1.1.0"

0 comments on commit cac7a58

Please sign in to comment.