muu

DEPRECATED lightweight JS framework
git clone https://git.ce9e.org/muu.git

commit
86b5aa3ab3a662d332380ad609abbc1f40340001
parent
c59b4a6d4f6dbfc70ed963ec6b54eafa9affba12
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-02-27 11:41
bump version to 0.1.6

Diffstat

M CHANGES.md 9 +++++++++
M bower.json 2 +-
M package.json 2 +-

3 files changed, 11 insertions, 2 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,12 @@
   -1     1 0.1.6 (2016-02-27)
   -1     2 ==================
   -1     3 
   -1     4 Bugfixes
   -1     5 --------
   -1     6 
   -1     7 -   Fix regression in the core build where lodash could not be found.
   -1     8 
   -1     9 
    1    10 0.1.5 (2016-02-20)
    2    11 ==================
    3    12 

diff --git a/bower.json b/bower.json

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "muu",
    3    -1   "version": "0.1.5",
   -1     3   "version": "0.1.6",
    4     4   "authors": [
    5     5     "Tobias Bengfort <tobias.bengfort@posteo.de>"
    6     6   ],

diff --git a/package.json b/package.json

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "muu",
    3    -1   "version": "0.1.5",
   -1     3   "version": "0.1.6",
    4     4   "description": "lightweight JS framework",
    5     5   "main": "dist/muu.js",
    6     6   "directories": {},