Skip to content

Commit

Permalink
Fixed bug v0.1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightbridge-KS committed Jul 10, 2024
1 parent 725f4e3 commit ea32034
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- pip install pyinstaller pillow

build_script:
- flet pack main.py --name DesignCTER --icon assets/icon.png --product-name DesignCTER --product-version "0.1.2" --copyright "Copyright (c) 2024 Lightbridge-KS."
- flet pack main.py --name DesignCTER --icon assets/icon.png --product-name DesignCTER --product-version "0.1.2.5" --copyright "Copyright (c) 2024 Lightbridge-KS."

test: off

Expand Down
2 changes: 1 addition & 1 deletion designcter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.2"
__version__ = "0.1.2.5"
# Export User-facing function:

from .proto import protocols
Expand Down
2 changes: 1 addition & 1 deletion dev/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## My Mac

```zsh
flet build macos --build-version "0.1.2" --product DesignCTER --copyright "Copyright (c) 2024 Lightbridge-KS."
flet build macos --build-version "0.1.2.5" --product DesignCTER --copyright "Copyright (c) 2024 Lightbridge-KS."
```

## Build Number
Expand Down

0 comments on commit ea32034

Please sign in to comment.