Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelnutcloud committed Apr 12, 2023
1 parent a899e5a commit 3e6ca88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.4.2 (unreleased)
# v0.4.2

- fix: fixed a bug with the indexing logic
- chore: slight adustment to the console logger
Expand Down
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from './cli/mod.ts'
import 'https://deno.land/[email protected]/dotenv/load.ts'

export const version = 'v0.4.1'
export const version = 'v0.4.2'

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

1 comment on commit 3e6ca88

@vercel
Copy link

@vercel vercel bot commented on 3e6ca88 Apr 12, 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.