small gruntfile correction + version V00.12.02
authorymh <ymh.work@gmail.com>
Thu, 10 Sep 2015 01:01:58 +0200
changeset 501 a509adc8ac10
parent 500 fb3a062bc720
child 502 e410fcc078ee
small gruntfile correction + version
client/bower.json
client/gruntfile.js
client/package.json
server/java/build.gradle
server/java/pom.xml
server/python/django/renkanmanager/__init__.py
--- a/client/bower.json	Thu Sep 10 00:35:59 2015 +0200
+++ b/client/bower.json	Thu Sep 10 01:01:58 2015 +0200
@@ -1,6 +1,6 @@
 {
   "name": "renkan",
-  "version": "0.12.1",
+  "version": "0.12.2",
   "authors": [
     "IRI <dev@iri-research.org>"
   ],
--- a/client/gruntfile.js	Thu Sep 10 00:35:59 2015 +0200
+++ b/client/gruntfile.js	Thu Sep 10 01:01:58 2015 +0200
@@ -178,11 +178,16 @@
                 eqeqeq: true,
                 eqnull: true,
                 browser: true,
+                esnext: true,
                 globals: {
                     jQuery: true
                 },
             },
-            all: ['Gruntfile.js', 'js/**/*.js', 'data/simple-persist.js']
+            all: [
+                'Gruntfile.js',
+                'js/**/*.js',
+                'data/simple-persist.js'
+            ]
         },
         bower: {
             install: {
--- a/client/package.json	Thu Sep 10 00:35:59 2015 +0200
+++ b/client/package.json	Thu Sep 10 01:01:58 2015 +0200
@@ -1,6 +1,6 @@
 {
   "name": "renkan",
-  "version": "0.12.1",
+  "version": "0.12.2",
   "description": "Renkan client application",
   "repository": {
     "type": "hg",
--- a/server/java/build.gradle	Thu Sep 10 00:35:59 2015 +0200
+++ b/server/java/build.gradle	Thu Sep 10 01:01:58 2015 +0200
@@ -2,7 +2,7 @@
   apply plugin: 'maven'
 
   group = 'org.iri_research.renkan'
-  version = '0.12.1'
+  version = '0.12.2'
 
 
   gradle.projectsEvaluated {
--- a/server/java/pom.xml	Thu Sep 10 00:35:59 2015 +0200
+++ b/server/java/pom.xml	Thu Sep 10 01:01:58 2015 +0200
@@ -5,7 +5,7 @@
     <groupId>org.iri_research.renkan</groupId>
     <artifactId>renkan</artifactId>
     <packaging>pom</packaging>
-    <version>0.12.1</version>
+    <version>0.12.2</version>
     <name>Renkan project</name>
 
     <modules>
--- a/server/python/django/renkanmanager/__init__.py	Thu Sep 10 00:35:59 2015 +0200
+++ b/server/python/django/renkanmanager/__init__.py	Thu Sep 10 01:01:58 2015 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-VERSION = (0, 12, 1, "final", 0)
+VERSION = (0, 12, 2, "final", 0)
 
 
 def get_version():