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.31</string>
<string>0.1.32</string>
<key>CFBundleVersion</key>
<string>32</string>
<string>33</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 @@ -91,8 +91,8 @@ targets:
properties:
CFBundleName: Blurt
CFBundleDisplayName: Blurt
CFBundleVersion: "32"
CFBundleShortVersionString: "0.1.31"
CFBundleVersion: "33"
CFBundleShortVersionString: "0.1.32"
LSMinimumSystemVersion: "15.0"
LSApplicationCategoryType: public.app-category.productivity
NSMicrophoneUsageDescription: Blurt uses your microphone to transcribe your dictation with AssemblyAI.
Expand Down