From 58324b438bdf3bf95cab86460606ce27489359da Mon Sep 17 00:00:00 2001 From: Steven Sherry Date: Tue, 26 Apr 2022 16:23:45 -0500 Subject: [PATCH] Release 0.5.2 (#13) --- .github/workflows/pre-release.yml | 2 ++ IonicPortals.podspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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'