Skip to content

Commit

Permalink
feat: correct versions
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Feb 3, 2024
1 parent 9dc54ef commit d72116c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "GherkinParser Support for RobotCode and Robot Framework",
"icon": "icons/icon.png",
"publisher": "d-biehl",
"version": "0.0.2-dev.2",
"version": "0.1.0",
"author": {
"name": "Daniel Biehl",
"url": "https://github.com/d-biehl/"
Expand Down
2 changes: 1 addition & 1 deletion packages/gurke/src/gurke/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2-dev.2"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion src/GherkinParser/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2-dev.2"
__version__ = "0.1.0"

0 comments on commit d72116c

Please sign in to comment.