Skip to content

Commit

Permalink
🔝 Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
R0DR160HM committed Sep 17, 2024
1 parent 6797550 commit b0e3873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Result } from "./src/result";
import { task } from "./src/task"

module.exports = {
export default {
Option,
Result,

task
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-otp",
"version": "1.2.2",
"version": "1.2.3",
"description": "An OTP (Open Telecom Plataform) implementation in TypeScript, based on Gleam OTP.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit b0e3873

Please sign in to comment.