From b8428e677dab1e7862d69aaf470106f020c79877 Mon Sep 17 00:00:00 2001 From: JGefroh Date: Sat, 14 Mar 2015 22:37:52 -1000 Subject: [PATCH] Incremented version number to v2.1.4. --- ToDoListClient/src/app/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ToDoListClient/src/app/app.js b/ToDoListClient/src/app/app.js index 06f199e..89d3ed9 100644 --- a/ToDoListClient/src/app/app.js +++ b/ToDoListClient/src/app/app.js @@ -21,4 +21,4 @@ angular angular .module('ToDoList') .constant('applicationName', 'ToDoList') - .constant('versionNumber', 'v2.1.3'); \ No newline at end of file + .constant('versionNumber', 'v2.1.4'); \ No newline at end of file