Skip to content

Commit

Permalink
Keep version on 1.1.13 and update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
natewalck committed Oct 6, 2023
1 parent b964223 commit 56b6b87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.13] - 2023-10-06
### Removed
- Removed support for SMAppService method of registering LaunchAgents. This version will only use "legacy" LaunchAgents until this new service method works well.

## [1.1.12] - 2023-09-25
### Added
- `calendarDeferralUnit` key to utilize the `approachingWindowTime` or `imminentWindowTime` for calendar deferrals
Expand Down
4 changes: 2 additions & 2 deletions Nudge/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.1.12</string>
<string>1.1.13</string>
<key>CFBundleVersion</key>
<string>1.1.12</string>
<string>1.1.13</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 56b6b87

Please sign in to comment.