diff --git a/codemagic.yaml b/codemagic.yaml index 5f78472..28960a2 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -18,3 +18,4 @@ workflows: scripts: - flutter packages pub get - flutter pub publish --dry-run + - flutter pub publish diff --git a/pubspec.yaml b/pubspec.yaml index db8bd58..27e96a4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rough description: A Flutter implementation of the rough.js library -version: 0.1.0 +version: 0.1.0+1 homepage: https://github.com/sergiandreplace/flutter_rough repository: https://github.com/sergiandreplace/flutter_rough