Skip to content

Commit 01e6ee2

Browse files
added Motion submodule using https
1 parent 32d8d2f commit 01e6ee2

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "Sources/Frameworks/Motion"]
2+
path = Sources/Frameworks/Motion
3+
url = https://github.com/CosmicMind/Motion.git

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.11.3
2+
3+
* Updated Motion submodule to use `https` over `git@`.
4+
15
## 2.11.2
26

37
* Updated to [Motion 1.2.2](https://github.com/CosmicMind/Motion/releases/tag/1.2.2).

Sources/Frameworks/Motion

Submodule Motion added at 8530c66

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.11.2</string>
18+
<string>2.11.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)