Skip to content

Commit

Permalink
chore: bump version to 0.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed May 31, 2023
1 parent 43f3ae3 commit 7425b41
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gefyra/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gefyra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gefyra",
"version": "0.7.17",
"version": "0.7.18",
"description": "A JS binding for Gefyra. Providing additional helpers for Dev tool extensions.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion json/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def fix_pywin32_in_frozen_build() -> None: # pragma: no cover
dsn=SentryContext().dsn,
)

__VERSION__ = "0.7.17"
__VERSION__ = "0.7.18"


def main():
Expand Down
2 changes: 1 addition & 1 deletion json/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gefyra-json"
version = "0.7.17"
version = "0.7.18"
description = ""
authors = ["Michael Schilonka <[email protected]>"]

Expand Down

0 comments on commit 7425b41

Please sign in to comment.