Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
temoki committed Nov 25, 2018
1 parent 3e39913 commit 06fab2d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PlaygroundBook/template/Contents/Manifest.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>ContentIdentifier</key>
<string>com.temoki.playgroundbook.TortoiseGraphics.main</string>
<key>ContentVersion</key>
<string>0.14.0</string>
<string>0.15.0</string>
<key>ImageReference</key>
<string>icon.png</string>
<key>DeploymentTarget</key>
Expand Down
2 changes: 1 addition & 1 deletion TortoiseGraphics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TortoiseGraphics'
s.version = '0.14.0'
s.version = '0.15.0'
s.summary = 'A turtle graphics (a key feature of the Logo) engine written in Swift.'
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.'
s.homepage = 'https://github.com/temoki/TortoiseGraphics'
Expand Down
2 changes: 1 addition & 1 deletion TortoiseGraphics.xcodeproj/TortoiseGraphics_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.14.0</string>
<string>0.15.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
6 changes: 3 additions & 3 deletions docs/playground-subscription-feed/en-feed.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"detailSubtitle": "Let's draw with 🐢",
"description": "A turtle graphics (a key feature of the Logo) engine written in Swift.",
"contentIdentifier": "com.temoki.playgroundbook.TortoiseGraphics.main",
"contentVersion": "0.14.0",
"contentVersion": "0.15.0",
"url": "https://temoki.github.io/TortoiseGraphics/playground-subscription-feed/main/TortoisePlayground.playgroundbook.zip",
"publishedDate": "2018-02-01T00:00:00+00:00",
"lastUpdatedDate": "2018-10-08T00:00:00+00:00",
"lastUpdatedDate": "2018-11-25T00:00:00+00:00",
"thumbnailURL": "main/thumbnail.png",
"bannerImageURL": "main/banner.png",
"additionalInformation": [
Expand All @@ -24,7 +24,7 @@
},
{
"name": "Version:",
"value": "0.14.0"
"value": "0.15.0"
},
{
"type": "date",
Expand Down
Binary file not shown.

0 comments on commit 06fab2d

Please sign in to comment.