From 24f02aec934e64546d6cdcc3375b95ee30975303 Mon Sep 17 00:00:00 2001 From: Matt Mascarenhas Date: Sun, 3 Dec 2017 18:25:20 +0000 Subject: [PATCH] cinera.c: Add csnover credential --- cinera/cinera.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cinera/cinera.c b/cinera/cinera.c index f950552..a27a67d 100644 --- a/cinera/cinera.c +++ b/cinera/cinera.c @@ -14,7 +14,7 @@ typedef struct version CINERA_APP_VERSION = { .Major = 0, .Minor = 5, - .Patch = 3 + .Patch = 4 }; #define CINERA_DB_VERSION 1 @@ -271,6 +271,7 @@ credential_info Credentials[] = { "brianwill", "Brian Will", "http://brianwill.net/blog/", "", ""}, { "cbloom", "Charles Bloom", "http://cbloomrants.blogspot.co.uk/", "", ""}, { "cmuratori", "Casey Muratori", "https://handmadehero.org", "cinera_sprite_patreon.png", "https://patreon.com/cmuratori"}, + { "csnover", "Colin Snover", "https://zetafleet.com/", "", ""}, { "debiatan", "Miguel Lechón", "http://blog.debiatan.net/", "", ""}, { "dspecht", "Dustin Specht", "", "", ""}, { "effect0r", "Cory Henderlite", "", "", ""},