Skip to content

Commit ffb3bbd

Browse files
committed
Do 4.0.6
1 parent 618aef0 commit ffb3bbd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleVersion</key>
1414
<string>1.0</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>4.0.4</string>
16+
<string>4.0.6</string>
1717
<key>NSLocationUsageDescription</key>
1818
<string>This application requires location services to function.</string>
1919
<key>NSLocationWhenInUseUsageDescription</key>

RELEASE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# How to make a release
22

3-
1. Create binaries, use ./scripts/build.sh
3+
1. Update version in `Info.plist`.
44

5-
2. Draft the release using [GitHub Releases](https://github.com/fulldecent/corelocationcli/releases)
5+
2. Create binaries, use ./scripts/build.sh
6+
7+
3. Draft the release using [GitHub Releases](https://github.com/fulldecent/corelocationcli/releases)
68

79
1. Use SemVer
810
2. Add that binary as attachment
911

10-
3. Push to Homebrew, see [brew documentation](https://github.com/Homebrew/homebrew-cask/blob/master/CONTRIBUTING.md#updating-a-cask)
12+
4. Push to Homebrew, see [brew documentation](https://github.com/Homebrew/homebrew-cask/blob/master/CONTRIBUTING.md#updating-a-cask)
1113

1214
```sh
1315
# Get version

0 commit comments

Comments
 (0)