Skip to content

Commit

Permalink
chore: match current version in deno.json (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Sep 20, 2024
1 parent e76a60a commit 54cd965
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Deno.test("flavors", () => {
});

Deno.test("version", () => {
assertEquals(version, "1.2.0"); // x-release-please-version
assertEquals(version, "1.3.0"); // x-release-please-version
});
4 changes: 2 additions & 2 deletions palette.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.3.0",
"latte": {
"name": "Latte",
"emoji": "🌻",
Expand Down Expand Up @@ -1696,4 +1696,4 @@
}
}
}
}
}

0 comments on commit 54cd965

Please sign in to comment.