Skip to content

Commit

Permalink
bumped version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AchillesChristianPrinz committed Nov 30, 2022
1 parent 89b7131 commit 21a2088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"cSpell.words": ["INVALIDMOD", "INVALIDMODULE"],
"jest.jestCommandLine": "yarn test"
"jest.jestCommandLine": "yarn test",
"task.allowAutomaticTasks": "on"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loxer",
"version": "1.1.1",
"version": "2.0.0",
"description": "Logger, Tracer, Error detector, dataflow visualizer",
"author": "Christian Prinz",
"license": "MIT",
Expand Down

0 comments on commit 21a2088

Please sign in to comment.