diff --git a/README.md b/README.md index d388a36..faf621a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Last.fm Dashboard -[![Codemagic build status](https://api.codemagic.io/apps/5ea562915a66a09fed782df6/5ea562915a66a09fed782df5/status_badge.svg)](https://codemagic.io/apps/5ea562915a66a09fed782df6/5ea562915a66a09fed782df5/latest_build) +![Android CI/CD](https://github.com/festelo/lastfm_dashboard/workflows/Android%20CI/CD/badge.svg?branch=master&event=push) ## Setup You should create config with command `flutter pub run environment_config:generate`, before you can build. Read [environment config package description](https://pub.dev/packages/environment_config) for detailed instruction. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index d18d3fa..e306156 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: lastfm_dashboard description: Last.fm Dashboard -version: 1.0.0+1 +version: 0.1.0+1 environment: sdk: ">=2.8.0-dev.12 <3.0.0"