From 65fb1a117aa3d18949f05ea058ca5caffa551a85 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 2 Dec 2019 18:37:57 +0000 Subject: [PATCH] --- devdocs/todo.txt | 4 +++- server/AyaNova/util/AyaNovaVersion.cs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 6bf566c6..ddc0335c 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -26,7 +26,9 @@ DO CLIENT STUFF NOW COME BACK TO THIS STUFF LATER TODO: 2019-06-07 10:47:57.8894|WARN|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The CORS protocol does not allow specifying a wildcard (any) origin and credentials at the same time. Configure the policy by listing individual origins if credentials needs to be supported. 2 - +TODO: TAGS / SEEDER Need all letters, numbers + - When a user is trialing AyaNova or learning it they will experimentally type something in tag box, need to ensure no matter what they type some sample tags come up + - See tags that contain the whole alphabet and all numbers in sample trial data TODO: DO I NOT HAVE AN ERASE DB ROUTE? - wouldn't that make the below possible?? diff --git a/server/AyaNova/util/AyaNovaVersion.cs b/server/AyaNova/util/AyaNovaVersion.cs index c98c1891..5ed671b7 100644 --- a/server/AyaNova/util/AyaNovaVersion.cs +++ b/server/AyaNova/util/AyaNovaVersion.cs @@ -11,7 +11,7 @@ namespace AyaNova.Util { get { - return "8.0.0-alpha.2019.Oct.23"; + return "8.0.0-alpha.2019.Dec.2"; } }