Skip to content

Commit 350f7a1

Browse files
committed
grunt & up to 1.9.0
1 parent 3e255f6 commit 350f7a1

10 files changed

Lines changed: 59 additions & 141 deletions

Magister.js-browser.zip

-517 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: 23-09-2015 08:49 UTC */
1+
/* Magister.js (browser version) by simplyApps. Built on: 24-09-2015 17:50 UTC */
22
/*
33
HTTP CLASS
44
======================

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

Lines changed: 24 additions & 65 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: 24 additions & 65 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.8.3",
3+
version: "1.9.0",
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.8.3",
4+
"version": "1.9.0",
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.8.3"
17+
root.VERSION = "1.9.0"
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.8.3",
4+
"version": "1.9.0",
55
"url": "http://simplyGits.github.io/MagisterJS",
66
"logo": "http://i.imgur.com/Lrg80ax.png",
77
"options": {

0 commit comments

Comments
 (0)