Skip to content

Commit

Permalink
Bump to 0.0.3, fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
riccjohn committed Jun 12, 2024
1 parent 4261fd9 commit c7fdcf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const character = new KnaveCharacter()
character.generate()

// Regenerate traits only
character.generateTraites()
character.generateTraits()
```

# Contributing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "git+https://github.com/riccjohn/osr-generators.git"
},
"private": false,
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit c7fdcf0

Please sign in to comment.