Skip to content

Commit

Permalink
bump version number and status to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Jan 18, 2024
1 parent f4b982c commit 5ab3927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Anura.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ class Anura {
semantic: {
major: "1",
minor: "1",
patch: "0",
patch: "1",
},
buildstate: "alpha",
buildstate: "stable",
codename: "Lag Train",
get pretty() {
const semantic = anura.version.semantic;
Expand Down

0 comments on commit 5ab3927

Please sign in to comment.