Skip to content

Commit

Permalink
fix: update project.json to format 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akelch committed Apr 17, 2023
1 parent 62978a7 commit b8942a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This file documents any relevant changes.

## [1.0.2] 2023-04-17
-fix: update project.json to format 1.1.1

## [1.0.1] 2023-04-17
- fix: renamed app kind from `script` to `exec`
- fix: scriptor cli
Expand Down
2 changes: 1 addition & 1 deletion src/viur_cli/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def update_config(path=None):
for k, v in builds.items():
if builds[k]["kind"] == "script":
builds[k]["kind"] = "exec"

projectConfig["default"]["builds"] = builds
# conf updates must increase format version
write_config(projectConfig, path)

Expand Down
2 changes: 1 addition & 1 deletion src/viur_cli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit b8942a2

Please sign in to comment.