From cc055e3f1206cfc8cb363a2a522678c592854d64 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sun, 7 Sep 2014 23:41:22 -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 b8506378..dff9cd5c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Stories in Ready](https://badge.waffle.io/mkoch227/numods.png?label=ready&title=Ready)](https://waffle.io/mkoch227/numods) -

NuMods v1.2.4

+

NuMods v1.3.0

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 3fa94f97..09b5bb15 100644 --- a/nuMods_settings.inc.php +++ b/nuMods_settings.inc.php @@ -20,4 +20,4 @@ $nuMods_settings['rtl'] = 0; $nuMods_settings['show_icons'] = 0; /* DO NOT EDIT ANYTHING BELOW THIS LINE */ -$nuMods_settings['version']='1.2.4'; +$nuMods_settings['version']='1.3.0';