From 5de27d2b223a53261d128d1947e3cc6b54c20543 Mon Sep 17 00:00:00 2001 From: Acamaeda Date: Wed, 7 Oct 2020 19:14:56 -0400 Subject: [PATCH] Updated version and fixed license --- LICENSE | 2 +- js/game.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index c89fea2..eb81bae 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Candy Tree Copyright (c) 2020 Acamaeda +Modding Tree Copyright (c) 2020 Acamaeda Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/js/game.js b/js/game.js index d19701e..a1c10b0 100644 --- a/js/game.js +++ b/js/game.js @@ -5,7 +5,7 @@ var NaNalert = false; var gameEnded = false; let VERSION = { - num: "1.3.2", + num: "1.3.4", name: "Tabception... ception!" }