Skip to content

Commit

Permalink
v1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
deckchairlabs committed Jul 28, 2023
1 parent d5b632a commit 7209c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can build your own bespoke build system on top of Mesozoic, which
[Ultra.js](https://ultrajs.dev) is currently doing.

```ts
import { Builder, ContextBuilder } from "https://deno.land/x/[email protected].9/mod.ts";
import { Builder, ContextBuilder } from "https://deno.land/x/[email protected].10/mod.ts";

const context = new ContextBuilder()
/**
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = "1.3.9";
export const VERSION = "1.3.10";
export const VERSION_REGEX = /\/\/deno\.land\/x\/mesozoic@v[\w\.\-]+\//;

/** `prepublish` will be invoked before publish, return `false` to prevent the publish. */
Expand Down

0 comments on commit 7209c4e

Please sign in to comment.