From b63d6a8853f788869822f37dc7737498bea2464e Mon Sep 17 00:00:00 2001 From: Lucas Farah Date: Thu, 23 Jun 2016 21:51:00 -0300 Subject: [PATCH 1/2] Add SaveTheDot by @JakeLin --- contents.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index 6ef2d571..5c2da39d 100644 --- a/contents.json +++ b/contents.json @@ -4821,6 +4821,12 @@ "homepage": "http://ryanipete.com/AmericanChronicle/", "itunes": "https://itunes.apple.com/app/id1092988367", "license": "mit" - } + }, + { + "title": "SaveTheDot", + "category": "games", + "description": "UIViewPropertyAnimator experiment where you have to scape from the squares", + "source": "https://github.com/JakeLin/SaveTheDot" +} ] } From 3e4e21d8a9402636bafed799bc91f3e99bdb3900 Mon Sep 17 00:00:00 2001 From: Lucas Farah Date: Thu, 23 Jun 2016 21:52:25 -0300 Subject: [PATCH 2/2] fixed tabbing --- contents.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents.json b/contents.json index 5c2da39d..7731c5a2 100644 --- a/contents.json +++ b/contents.json @@ -4827,6 +4827,6 @@ "category": "games", "description": "UIViewPropertyAnimator experiment where you have to scape from the squares", "source": "https://github.com/JakeLin/SaveTheDot" -} + } ] }