Skip to content

Commit

Permalink
Bump to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Searles authored and Joshua Searles committed Feb 28, 2016
1 parent eed0459 commit 2956a7e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sandboxr",
"version": "0.15.2",
"version": "0.16.0",
"homepage": "https://github.com/jrsearles/SandBoxr",
"authors": [
"Joshua Searles <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/sandboxr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* SandBoxr JavaScript library v0.15.2
* SandBoxr JavaScript library v0.16.0
* (c) Joshua Searles - https://github.com/jrsearles/SandBoxr
* License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
Expand All @@ -16,7 +16,7 @@ var _env = require("./src/env");

var _src = require("./src");

var version = exports.version = "0.15.2";
var version = exports.version = "0.16.0";

/**
* Creates an environment instance.
Expand Down
22 changes: 11 additions & 11 deletions dist/sandboxr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Environment } from "./src/env";
import { Sandbox } from "./src";

export const version = "0.15.2";
export const version = "0.16.0";

/**
* Creates an environment instance.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sandboxr",
"version": "0.15.2",
"version": "0.16.0",
"description": "SandBoxr runs JavaScript in a sandboxed environment.",
"main": "./dist/sandboxr.js",
"scripts": {
Expand Down

0 comments on commit 2956a7e

Please sign in to comment.