Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tchavetdeuse committed Sep 22, 2022
1 parent 16b9fc1 commit f23b08a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

|
.. image:: https://img.shields.io/badge/version-0.2.2-blue
.. image:: https://img.shields.io/badge/version-0.2.3-blue
:target: https://github.com/Appollo-CLI/Appollo/

.. image:: https://img.shields.io/github/license/appollo-cli/appollo
Expand Down
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v0.2.3
- CLI: Fixed build display when no start time
v0.2.2
- CLI: Fixed remote desktop url
v0.2.1
Expand All @@ -12,4 +14,4 @@ v0.2.0
- CLI: Minor improvements and cleanup of the code
- CLI: Added a GIF showing a quick Appollo demo
- CLI: Added flutter version list
- CLI: Added more precise build progress status
- CLI: Added more precise build progress status
2 changes: 1 addition & 1 deletion docs/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Thanks for checking it out.
**A tool for developers by developers**


.. image:: https://img.shields.io/badge/version-0.2.2-blue
.. image:: https://img.shields.io/badge/version-0.2.3-blue
:target: https://github.com/Appollo-CLI/Appollo/

.. image:: https://img.shields.io/github/license/appollo-cli/appollo
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "appollo"
version = "0.2.2"
version = "0.2.3"
authors = [
{name="Appollo", email="hello@appollo.space"}
]
Expand Down Expand Up @@ -34,4 +34,4 @@ dependencies = [
"Source" = "https://github.com/Appollo-CLI/Appollo"

[project.scripts]
appollo="appollo.__main__:appollo"
appollo="appollo.__main__:appollo"

0 comments on commit f23b08a

Please sign in to comment.