Skip to content

Commit df27c91

Browse files
committed
Update version 0.13.1
1 parent a0a7afc commit df27c91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PlaygroundBook/template/Contents/Manifest.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>ContentIdentifier</key>
1212
<string>com.temoki.playgroundbook.TortoiseGraphics</string>
1313
<key>ContentVersion</key>
14-
<string>0.13.0</string>
14+
<string>0.13.1</string>
1515
<key>ImageReference</key>
1616
<string>icon.png</string>
1717
<key>DeploymentTarget</key>

TortoiseGraphics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'TortoiseGraphics'
3-
s.version = '0.13.0'
3+
s.version = '0.13.1'
44
s.summary = 'A turtle graphics (a key feature of the Logo) engine written in Swift.'
55
s.description = 'A turtle graphics (a key feature of the Logo) engine written in Swift. The commands were implemented with reference to the turtle in Python 3 standard libraries.'
66
s.homepage = 'https://github.com/temoki/TortoiseGraphics'

TortoiseGraphics.xcodeproj/TortoiseGraphics_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>0.13.0</string>
18+
<string>0.13.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)