Skip to content

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelnutcloud committed Apr 6, 2023
1 parent b0dbff8 commit dd9e9b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.3.6
- Added more chains: Optimism, Polygon Mumbai, Polygon, Fantom, and Binance Smart Chain

# v0.3.5

- feat: The name passed to the `Manifest` constructor now typechecks
Expand Down
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
} from "./cli/mod.ts";
import "https://deno.land/[email protected]/dotenv/load.ts";

export const version = "v0.3.5";
export const version = "v0.3.6";

const command = new Command()
.name("arkiver")
Expand Down

1 comment on commit dd9e9b7

@vercel
Copy link

@vercel vercel bot commented on dd9e9b7 Apr 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.