Skip to content

Commit

Permalink
feat: Set project version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlgoncalves committed Sep 13, 2021
1 parent a1a945d commit 2b2dc08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@

| Version | Platform | Download | Performance |
|---------|--------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|
| 1.0.2 | ![Android](https://img.shields.io/badge/Android-Stable-000?&logo=Android&style=flat) | [![](https://img.shields.io/badge/-Download_APK-blue?&logo=Android)](https://github.com/alanlgoncalves/pokedex/releases) | ![](https://img.shields.io/badge/-Very%20Good-brightgreen) |
| 1.0.2 | ![IOS](https://img.shields.io/badge/IOS-Stable-000?&logo=Apple&style=flat) | | ![](https://img.shields.io/badge/-Very%20Good-brightgreen) |
| 1.0.2 | ![Web](https://img.shields.io/badge/WEB-Alpha-000?&logo=Google-Chrome&style=flat) | [![](https://img.shields.io/badge/-Access_Now-blue?&logo=Google-Chrome&logoColor=white)]((https://pokedex.alansantos.dev/)) | ![](https://img.shields.io/badge/-Performance%20Issues-orange) |
| 1.0.3 | ![Android](https://img.shields.io/badge/Android-Stable-000?&logo=Android&style=flat) | [![](https://img.shields.io/badge/-Download_APK-blue?&logo=Android)](https://github.com/alanlgoncalves/pokedex/releases) | ![](https://img.shields.io/badge/-Very%20Good-brightgreen) |
| 1.0.3 | ![IOS](https://img.shields.io/badge/IOS-Stable-000?&logo=Apple&style=flat) | | ![](https://img.shields.io/badge/-Very%20Good-brightgreen) |
| 1.0.3 | ![Web](https://img.shields.io/badge/WEB-Alpha-000?&logo=Google-Chrome&style=flat) | [![](https://img.shields.io/badge/-Access_Now-blue?&logo=Google-Chrome&logoColor=white)]((https://pokedex.alansantos.dev/)) | ![](https://img.shields.io/badge/-Good-green) |

<h3><img src="https://pokedex.alansantos.dev/assets/pokemons/thumbs/146.png" width="24" height="24"/> Future Release</h3>

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Pokedex

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.0+1
version: 1.0.3

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
media="(prefers-color-scheme: dark)">
<img class="center" src="splash/img/light-1x.png" />
</picture>
<script src="main.dart.js?version=1.0.2" type="application/javascript"></script>
<script src="main.dart.js?version=1.0.3" type="application/javascript"></script>
</body>

</html>

0 comments on commit 2b2dc08

Please sign in to comment.