Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrg committed May 9, 2023
1 parent d7f96a1 commit 0cdaa29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "rulepilot",
"type": "module",
"version": "1.1.4",
"version": "1.1.6",
"description": "Rule parsing engine for JSON rules",
"main": "src/index.ts",
"main": "dist/index.js",
"scripts": {
"badges": "jest-badges-readme",
"test": "jest --testPathPattern=test --color --forceExit",
Expand Down

0 comments on commit 0cdaa29

Please sign in to comment.