Skip to content

Commit

Permalink
version updated to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvd committed Jun 13, 2016
1 parent 1b284e3 commit 3d8340f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ same way, particularly it may invoke a newer callback in reply.
### Installation

For the web-browser environment — download and unpack the
[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/):
[distribution](https://github.com/asvd/jailed/releases/download/v0.3.1/jailed-0.3.1.tar.gz), or install it using [Bower](http://bower.io/):

```sh
$ bower install jailed
Expand All @@ -119,7 +119,7 @@ var jailed = require('jailed');
```

Optionally you may load the script from the
[distribution](https://github.com/asvd/jailed/releases/download/v0.3.0/jailed-0.3.0.tar.gz):
[distribution](https://github.com/asvd/jailed/releases/download/v0.3.1/jailed-0.3.1.tar.gz):

```js
var jailed = require('path/to/jailed.js');
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jailed",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/asvd/jailed",
"authors": [
"Dmitry Prokashev <heliosframework@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion lib/jailed.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @fileoverview Jailed - safe yet flexible sandbox
* @version 0.3.0
* @version 0.3.1
*
* @license MIT, see http://github.com/asvd/jailed
* Copyright (c) 2014 asvd <heliosframework@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Dmitry Prokashev <heliosframework@gmail.com>",
"name": "jailed",
"description": "execute untrusted code with custom permissions",
"version": "0.3.0",
"version": "0.3.1",
"keywords": [
"jailed",
"isomorphic",
Expand Down

0 comments on commit 3d8340f

Please sign in to comment.