chore: match current version in `deno.json` (#94)

This commit is contained in:
Hammy 2024-09-20 19:20:17 +01:00 committed by GitHub
parent e76a60a712
commit 54cd9651cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -23,5 +23,5 @@ Deno.test("flavors", () => {
}); });
Deno.test("version", () => { Deno.test("version", () => {
assertEquals(version, "1.2.0"); // x-release-please-version assertEquals(version, "1.3.0"); // x-release-please-version
}); });

View File

@ -1,5 +1,5 @@
{ {
"version": "1.2.0", "version": "1.3.0",
"latte": { "latte": {
"name": "Latte", "name": "Latte",
"emoji": "🌻", "emoji": "🌻",
@ -1696,4 +1696,4 @@
} }
} }
} }
} }