Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kofigumbs committed Jan 24, 2021
1 parent b31b294 commit 5ae422e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Multi.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<key>LSMinimumSystemVersion</key> <string>10.13</string>
<key>CFBundlePackageType</key> <string>APPL</string>
<key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
<key>CFBundleVersion</key> <string>2.1.0</string>
<key>CFBundleGetInfoString</key> <string>2.1.0</string>
<key>CFBundleShortVersionString</key> <string>2.1.0</string>
<key>CFBundleVersion</key> <string>2.1.1</string>
<key>CFBundleGetInfoString</key> <string>2.1.1</string>
<key>CFBundleShortVersionString</key> <string>2.1.1</string>
<key>NSPrincipalClass</key> <string>NSApplication</string>
<key>NSMainNibFile</key> <string>MainMenu</string>
</dict>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ Here's a fancier example that uses the optional fields referenced above:
"title": "Dancing",
"url": "https://rc.kofi.sexy/bathroom-floss",
"basicAuthUser": "user",
"basicAuthPassword": "password"
"basicAuthPassword": "password",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
},
{
"title": "Walking",
Expand Down

0 comments on commit 5ae422e

Please sign in to comment.