Skip to content

Commit

Permalink
Update example build version
Browse files Browse the repository at this point in the history
  • Loading branch information
likianta committed Oct 22, 2021
1 parent b0e8568 commit 1f85921
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/dist_pyportable_itself/pyproject.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app_name": "PyPortable Installer",
"app_version": "4.0.0b5-dist.29",
"app_version": "4.0.0-build.1",
"description": "",
"authors": [
"Likianta <likianta@foxmail.com>"
Expand Down Expand Up @@ -97,5 +97,5 @@
"note": [
"check './requirements_offline' latest"
],
"pyportable_installer_version": "4.0.0b5"
"pyportable_installer_version": "4.0.0"
}
4 changes: 2 additions & 2 deletions examples/hello_world_project/pyproject.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app_name": "Hello World",
"app_version": "0.5.0",
"app_version": "0.5.2",
"description": "Say hello to the given name.",
"authors": [
"Likianta <likianta@foxmail.com>"
Expand All @@ -26,7 +26,7 @@
"module_paths_scheme": "translate",
"venv": {
"enable_venv": false,
"python_version": "3.8",
"python_version": "3.9",
"mode": "source_venv",
"options": {
"depsland": {
Expand Down

0 comments on commit 1f85921

Please sign in to comment.