Skip to content

Commit

Permalink
Release 0.5.2 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven0351 authored Apr 26, 2022
1 parent 0c55a51 commit 58324b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion IonicPortals.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 58324b4

Please sign in to comment.