Skip to content

Commit baafd5c

Browse files
author
Søren Brokær
committed
Bump version
1 parent de024d2 commit baafd5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "requirejs-react-jsx",
3-
"version": "0.0.1",
3+
"version": "0.1.1",
44
"homepage": "https://github.com/podio/requirejs-react-jsx",
55
"authors": [
66
"Søren Brokær <rasmussen@podio.com>"

jsx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ define(function () {
8787
!!process.versions.node;
8888

8989
var jsx = {
90-
version: '0.1.0',
90+
version: '0.1.1',
9191

9292
load: function (name, parentRequire, onLoadNative, config) {
9393
var method = isNode ? 'ReactTools' : 'JSXTransformer';

0 commit comments

Comments
 (0)