Skip to content

Commit

Permalink
Merge pull request #1 from aabccd021/early-dev
Browse files Browse the repository at this point in the history
update version 0.3.1
  • Loading branch information
aabccd021 committed May 15, 2021
2 parents 6eed029 + 4dd87d8 commit a17f750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {

export type Dictionary<T> = Record<string, T>;

export const VERSION = ['0.3.0'] as const;
export const VERSION = ['0.3.1'] as const;
type Version = typeof VERSION[number];

// 1
Expand Down

0 comments on commit a17f750

Please sign in to comment.