Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Dec 18, 2023
1 parent 445488f commit 171d3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.mjs
Expand Up @@ -28,8 +28,8 @@ import {Context} from "./api/context.mjs";
// The public API.
export const Rngon = {
version: Object.freeze({
major: 0,
minor: 4,
major: 1,
minor: 0,
isProductionBuild: IS_PRODUCTION_BUILD,
}),
default: Default,
Expand Down

0 comments on commit 171d3ac

Please sign in to comment.