Skip to content

Commit 5c11ed9

Browse files
committed
bump version
1 parent 43def95 commit 5c11ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "typescript-result",
4-
"version": "3.2.0-beta.6",
4+
"version": "3.2.0",
55
"description": "A Result type inspired by Rust and Kotlin that leverages TypeScript's powerful type system to simplify error handling and make your code more readable and maintainable.",
66
"keywords": [
77
"result",
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/everweij"
2121
},
2222
"repository": "github:everweij/typescript-result",
23-
"homepage": "https://github.com/everweij/typescript-result#readme",
23+
"homepage": "https://github.com/everweij/typescript-result#readme",
2424
"bugs": {
2525
"url": "https://github.com/everweij/typescript-result/issues/new"
2626
},

0 commit comments

Comments
 (0)