diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 27a86ee..c74aae0 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -20,3 +20,5 @@ jobs: run: fastlane run version_bump_podspec version_number:"${RELEASE_VERSION}" - name: Validate Pod Lib # We're not doing a pod spec lint because the tag is not valid yet run: pod lib lint + - name: Push version bump commit + uses: EndBug/add-and-commit@v9 diff --git a/IonicPortals.podspec b/IonicPortals.podspec index defb75a..bc282bd 100644 --- a/IonicPortals.podspec +++ b/IonicPortals.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'IonicPortals' - s.version = '0.5.1' + s.version = '0.5.2' s.summary = 'Ionic Portals' s.social_media_url = 'https://twitter.com/capacitorjs' s.license = 'Commercial'