Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions App/Blurt/Blurt/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.39</string>
<string>0.1.40</string>
<key>CFBundleVersion</key>
<string>39</string>
<string>40</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions App/Blurt/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ targets:
# "Blurt Dev" wherever macOS names it and the release stays "Blurt".
CFBundleName: $(BLURT_APP_NAME)
CFBundleDisplayName: $(BLURT_APP_NAME)
CFBundleVersion: "39"
CFBundleShortVersionString: "0.1.39"
CFBundleVersion: "40"
CFBundleShortVersionString: "0.1.40"
LSMinimumSystemVersion: "15.0"
LSApplicationCategoryType: public.app-category.productivity
NSMicrophoneUsageDescription: Blurt uses your microphone to transcribe your dictation with AssemblyAI.
Expand Down
Loading