Skip to content

Commit

Permalink
removed podspec changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhash703 committed Nov 8, 2024
1 parent f4ce20a commit f1aca03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,9 @@ jobs:
run: |
# Update the version in pubspec.yaml
sed -i "s/^version: .*/version: ${{ env.new_version }}/" pubspec.yaml
sed -i '' "s/^ s.version.*/ s.version = '${{ env.new_version }}'/" ios/hypersdkflutter.podspec
# Commit the updated pubspec.yaml file
git add pubspec.yaml
git add ios/hypersdkflutter.podspec
git commit -m "chore: bump version to ${{ env.new_version }}"
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion ios/hypersdkflutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ puts ("HyperSDK HyperSDK Version Version: #{hyper_sdk_version}")

Pod::Spec.new do |s|
s.name = 'hypersdkflutter'
s.version = '4.0.22'
s.version = '4.0.23'
s.summary = 'Flutter plugin for Juspay SDK'
s.description = <<-DESC
Flutter plugin for juspay SDK.
Expand Down

0 comments on commit f1aca03

Please sign in to comment.