Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adjsky committed Mar 10, 2024
1 parent e7efd27 commit 14436d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-resulto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-resulto",
"version": "0.4.4",
"version": "1.0.0",
"description": "ESLint plugin for resulto",
"scripts": {
"ts-check": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion packages/resulto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resulto",
"version": "0.4.4",
"version": "1.0.0",
"description": "TypeScript implementation of the Result type from Rust with async support",
"scripts": {
"ts-check": "tsc --noEmit",
Expand Down

0 comments on commit 14436d3

Please sign in to comment.