Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
calimarkus committed Mar 28, 2024
1 parent b9f8a56 commit ffde0ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JDStatusBarNotification.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Pod::Spec.new do |s|

# basics
s.name = 'JDStatusBarNotification'
s.version = '2.2.1'
s.version = '2.2.2'
s.platform = :ios, '13.0'
s.swift_versions = ['5.7']
s.swift_versions = ['5.9']
s.license = { :type => 'MIT' }
s.author = { 'Markus Emrich' => '[email protected]' }
s.source = { :git => 'https://github.com/calimarkus/JDStatusBarNotification.git', :tag => "#{s.version}" }
Expand Down

0 comments on commit ffde0ba

Please sign in to comment.