Skip to content

Commit 6c1ea3b

Browse files
committed
grunt & up to 1.13.1
1 parent 04526f0 commit 6c1ea3b

10 files changed

Lines changed: 21 additions & 19 deletions

Magister.js-browser.zip

-6 Bytes
Binary file not shown.

lib/browser/magister-browser.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/browser/separateHttp/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Magister.js (browser version) by simplyApps. Built on: 09-11-2015 16:28 UTC */
1+
/* Magister.js (browser version) by simplyApps. Built on: 12-11-2015 18:58 UTC */
22
/*
33
HTTP CLASS
44
======================

lib/browser/separateHttp/magister-browser-noHttp.js

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/browser/separateHttp/magister-browser-noHttp.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node/magister-node.js

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: "simply:magisterjs",
3-
version: "1.13.0",
3+
version: "1.13.1",
44
summary: "A JavaScript implementation of the Magister 6 API",
55
git: "https://github.com/simplyGits/MagisterJS",
66
documentation: "README.md"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magister.js",
33
"description": "A JavaScript implementation of the Magister 6 API",
4-
"version": "1.13.0",
4+
"version": "1.13.1",
55
"author": "simplyApps",
66
"maintainers": [
77
"Lieuwe Rooijakkers <lieuwerooijakkers@gmail.com>"

src/Magister.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else
1414
# @final
1515
# @type String
1616
###
17-
root.VERSION = "1.13.0"
17+
root.VERSION = "1.13.1"
1818

1919
###*
2020
# A JavaScript implementation of the Magister 6 API.

src/yuidoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Magister.js Docs",
33
"description": "A JavaScript implementation of the Magister 6 API.",
4-
"version": "1.13.0",
4+
"version": "1.13.1",
55
"url": "http://simplyGits.github.io/MagisterJS",
66
"logo": "http://i.imgur.com/Lrg80ax.png",
77
"options": {

0 commit comments

Comments
 (0)