Skip to content

Commit 52fd576

Browse files
committed
v0.11.0
1 parent fcb5c4f commit 52fd576

8 files changed

+18258
-262
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.5
1+
0.11.0

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"isomorphic-fetch": "1.6.0",
2626
"lodash": "^3.5.0"
2727
},
28-
"version": "0.10.5"
28+
"version": "0.11.0"
2929
}

dist/marty.js

+18,243-253
Large diffs are not rendered by default.

dist/marty.min.js

+9-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/marty.min.js.gz

50.5 KB
Binary file not shown.

docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ collections:
4545
devtools:
4646
title: Developer Tools
4747
output: true
48-
current_version: 0.10.5
48+
current_version: 0.11.0

marty.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require('es6-promise').polyfill();
88
require('isomorphic-fetch');
99

1010
var Marty = require('marty-lib/modules/core/marty');
11-
var marty = new Marty('0.10.5', react(), reactDomServer());
11+
var marty = new Marty('0.11.0', react(), reactDomServer());
1212

1313
marty.use(require('marty-lib/modules/core'));
1414
marty.use(require('marty-lib/modules/constants'));

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marty",
3-
"version": "0.10.5",
3+
"version": "0.11.0",
44
"description": "A Javascript library for state management in React applications",
55
"main": "marty.js",
66
"directories": {
@@ -57,4 +57,4 @@
5757
"typescript": {
5858
"definition": "marty.d.ts"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)