We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d8d2f commit 01e6ee2Copy full SHA for 01e6ee2
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "Sources/Frameworks/Motion"]
2
+ path = Sources/Frameworks/Motion
3
+ url = https://github.com/CosmicMind/Motion.git
CHANGELOG.md
@@ -1,3 +1,7 @@
+## 2.11.3
+
+* Updated Motion submodule to use `https` over `git@`.
4
5
## 2.11.2
6
7
* Updated to [Motion 1.2.2](https://github.com/CosmicMind/Motion/releases/tag/1.2.2).
Sources/Frameworks/Motion
Sources/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>2.11.2</string>
+ <string>2.11.3</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
0 commit comments