Skip to content

Commit

Permalink
Increase number for package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ymzEmre committed May 1, 2024
1 parent 7478253 commit 9761a82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)
- [1) Pre-defined Regex Functions](#1-use-with-pre-defined-regex-functions)
- [1) Pre-defined Validation Functions](#1-use-with-pre-defined-validation-functions)
- [2) customPattern Function](#2-use-with-custompattern-function)
- [3) GeneratorPattern Class](#3-use-with-generatorpattern-function)
- [3) GeneratorPattern Class](#3-use-with-generatorpattern-class)
- [Pre-defined Regex Functions](#pre-defined-regex-functions)
- [Contribution](#contribution)
- [License](#mit-license)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fogex",
"version": "0.0.26",
"version": "0.0.28",
"description": "A JavaScript library for quickly and easily testing the validity or invalidity of a value.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9761a82

Please sign in to comment.