diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-11-23 13:14:53 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:49 +0200 |
| commit | 92835decb3d320f5a4a4ed0664276f013f4ae91e (patch) | |
| tree | d847aa430246d8aa820b5e509c03033e396acaad /www/js | |
| parent | ab4a835ae1354717b8f2429af8c9a46b9ea23bfd (diff) | |
| download | wvs-vplan-92835decb3d320f5a4a4ed0664276f013f4ae91e.tar.gz wvs-vplan-92835decb3d320f5a4a4ed0664276f013f4ae91e.zip | |
Hotfix: App war komisch gebaut; neue Version
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/index.js b/www/js/index.js index 495bf3a..0f3bb07 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -13,10 +13,10 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -version = '1.0.2'; +version = '1.0.3'; function istPremium(benutzer, key){ // Supersicherer Keygenerator :P Inspiriert von kryptochef.de sollKey = ''; |
