Skip to content

Commit e62dd83

Browse files
committed
Rollback version for testing
1 parent bffcfd7 commit e62dd83

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
ruby-version: '2.6'
6060
- run: |
6161
gem install cocoapods
62+
pod trunk push PusherSwift.podspec
63+
pod trunk push PusherSwiftWithEncryption.podspec
6264
env:
6365
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TOKEN }}
6466

PusherSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PusherSwift'
3-
s.version = '10.1.1'
3+
s.version = '10.1.0'
44
s.summary = 'A Pusher client library in Swift'
55
s.homepage = 'https://github.com/pusher/pusher-websocket-swift'
66
s.license = 'MIT'

0 commit comments

Comments
 (0)