Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioricali committed Jul 30, 2017
1 parent 41219fe commit eba0cb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/be.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// [AIV] beJS Build version: 1.8.0
// [AIV] beJS Build version: 1.9.0
var be =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
Expand Down Expand Up @@ -1852,7 +1852,7 @@ module.exports = __webpack_require__(6);

var Helpers = __webpack_require__(2);
var Interface = __webpack_require__(0);
var version = '1.8.0';
var version = '1.9.0';

/**
* be class
Expand Down Expand Up @@ -6190,7 +6190,7 @@ module.exports = DOM;

module.exports = {
"name": "bejs",
"version": "1.8.0",
"version": "1.9.0",
"description": "Simple, light-weight assertions framework for javascript",
"homepage": "https://be.js.org",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions dist/be.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bejs",
"version": "1.8.0",
"version": "1.9.0",
"description": "Simple, light-weight assertions framework for javascript",
"homepage": "https://be.js.org",
"main": "index.js",
Expand Down

0 comments on commit eba0cb7

Please sign in to comment.