From 136d991b3af2cbe38a3457d4edf2427737c30a29 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 30 Jun 2014 20:39:01 -0400 Subject: [PATCH] Updated version number --- README.md | 2 +- nuMods_settings.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13be82f9..23121fcf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Analytics](https://ga-beacon.appspot.com/UA-49251479-1/hesk/README)](https://github.com/mkoch227/Hesk) -

NuMods v1.2.0

+

NuMods v1.2.1

This branch contains all files modified from the base version of HESK to become NuMods, a set of modifications for HESK v2.x diff --git a/nuMods_settings.inc.php b/nuMods_settings.inc.php index 2f556313..ebfbb878 100644 --- a/nuMods_settings.inc.php +++ b/nuMods_settings.inc.php @@ -14,6 +14,6 @@ $nuMods_settings['dropdownItemTextHoverBackgroundColor'] = '#f5f5f5'; $nuMods_settings['questionMarkColor'] = '#000000'; /* DO NOT EDIT ANYTHING BELOW THIS LINE */ -$nuMods_settings['version']='1.2.0'; +$nuMods_settings['version']='1.2.1'; ?>