Skip to content

Commit 06fab2d

Browse files
committed
v0.15.0
1 parent 3e39913 commit 06fab2d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.main</string>
1313
<key>ContentVersion</key>
14-
<string>0.14.0</string>
14+
<string>0.15.0</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.14.0'
3+
s.version = '0.15.0'
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.14.0</string>
18+
<string>0.15.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

docs/playground-subscription-feed/en-feed.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"detailSubtitle": "Let's draw with 🐢",
1212
"description": "A turtle graphics (a key feature of the Logo) engine written in Swift.",
1313
"contentIdentifier": "com.temoki.playgroundbook.TortoiseGraphics.main",
14-
"contentVersion": "0.14.0",
14+
"contentVersion": "0.15.0",
1515
"url": "https://temoki.github.io/TortoiseGraphics/playground-subscription-feed/main/TortoisePlayground.playgroundbook.zip",
1616
"publishedDate": "2018-02-01T00:00:00+00:00",
17-
"lastUpdatedDate": "2018-10-08T00:00:00+00:00",
17+
"lastUpdatedDate": "2018-11-25T00:00:00+00:00",
1818
"thumbnailURL": "main/thumbnail.png",
1919
"bannerImageURL": "main/banner.png",
2020
"additionalInformation": [
@@ -24,7 +24,7 @@
2424
},
2525
{
2626
"name": "Version:",
27-
"value": "0.14.0"
27+
"value": "0.15.0"
2828
},
2929
{
3030
"type": "date",
Binary file not shown.

0 commit comments

Comments
 (0)