diff --git a/cinera/cinera.c b/cinera/cinera.c index b8d6f3b..de2bfd1 100644 --- a/cinera/cinera.c +++ b/cinera/cinera.c @@ -14,7 +14,7 @@ typedef struct version CINERA_APP_VERSION = { .Major = 0, .Minor = 5, - .Patch = 38 + .Patch = 39 }; // TODO(matt): Copy in the DB 3 stuff from cinera_working.c @@ -444,6 +444,7 @@ credential_info Credentials[] = { "martincohen", "Martin Cohen", "http://blog.coh.io/", "", ""}, { "miotatsu", "Mio Iwakura", "http://riscy.tv/", "cinera_sprite_patreon.png", "https://patreon.com/miotatsu"}, { "nothings", "Sean Barrett", "https://nothings.org/", "", ""}, + { "pervognsen", "Per Vognsen", "https://github.com/pervognsen/bitwise/", "", ""}, { "philipbuuck", "Philip Buuck", "http://philipbuuck.com/", "", ""}, { "powerc9000", "Clay Murray", "http://claymurray.website/", "", ""}, { "rygorous", "Fabian Giesen", "https://fgiesen.wordpress.com/", "", ""}, @@ -501,6 +502,8 @@ typedef struct project_info ProjectInfo[] = { + { "bitwise", "Bitwise", "Day", NS_LINEAR, "programming", "" }, + { "book", "Book Club", "Day", NS_LINEAR, "research", "" }, { "pcalc", "pcalc", "Day", NS_LINEAR, "programming", "" }, { "riscy", "RISCY BUSINESS", "Day", NS_LINEAR, "programming", "" },