Skip to content

Commit

Permalink
Merge pull request #27 from MacPaw/bump_version_to_1_0_4
Browse files Browse the repository at this point in the history
Bump version to 1.0.4
  • Loading branch information
Artem Chabannyi authored Feb 9, 2023
2 parents 4b8c413 + 27b2edc commit e154061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PermissionsKit-macOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PermissionsKit-macOS'
s.version = '1.0.3'
s.version = '1.0.4'
s.summary = 'The convenience wrapper on macOS permissions API, including Mojave Full Disk Access.'
s.description = <<-DESC
The convenient wrapper on macOS permissions API. You can check and request user permissions to access: Calendar, Reminders, Contacts, Photos and Full Disk Access on Mojave.
Expand Down
2 changes: 1 addition & 1 deletion PermissionsKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.0.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit e154061

Please sign in to comment.