Skip to content

Commit 1b284e3

Browse files
committed
version updated to 0.3.0
1 parent 3507e39 commit 1b284e3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ same way, particularly it may invoke a newer callback in reply.
9292
### Installation
9393

9494
For the web-browser environment — download and unpack the
95-
[distribution](https://github.com/asvd/jailed/releases/download/v0.2.0/jailed-0.2.0.tar.gz), or install it using [Bower](http://bower.io/):
95+
[distribution](https://github.com/asvd/jailed/releases/download/v0.3.0/jailed-0.3.0.tar.gz), or install it using [Bower](http://bower.io/):
9696

9797
```sh
9898
$ bower install jailed
@@ -119,7 +119,7 @@ var jailed = require('jailed');
119119
```
120120

121121
Optionally you may load the script from the
122-
[distribution](https://github.com/asvd/jailed/releases/download/v0.2.0/jailed-0.2.0.tar.gz):
122+
[distribution](https://github.com/asvd/jailed/releases/download/v0.3.0/jailed-0.3.0.tar.gz):
123123

124124
```js
125125
var jailed = require('path/to/jailed.js');

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jailed",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"homepage": "https://github.com/asvd/jailed",
55
"authors": [
66
"Dmitry Prokashev <heliosframework@gmail.com>"

lib/jailed.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @fileoverview Jailed - safe yet flexible sandbox
3-
* @version 0.2.0
3+
* @version 0.3.0
44
*
55
* @license MIT, see http://github.com/asvd/jailed
66
* Copyright (c) 2014 asvd <heliosframework@gmail.com>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Dmitry Prokashev <heliosframework@gmail.com>",
33
"name": "jailed",
44
"description": "execute untrusted code with custom permissions",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"keywords": [
77
"jailed",
88
"isomorphic",

0 commit comments

Comments
 (0)