Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
N0taN3rd committed May 12, 2017
1 parent 2ca0fb8 commit 9321680
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "WAIL",
"license": "LGPL-3.0",
"version": "1.1.0beta",
"version": "1.1.0beta2",
"contributors": [
{
"name": "John Berlin",
Expand Down
1 change: 0 additions & 1 deletion wail-ui/components/heritrix/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Table, TableBody, TableHeader, TableHeaderColumn, TableRow } from 'mate
import MyAutoSizer from '../utilComponents/myAutoSizer'
import HJobItemContainer from './hJobItemContainer'
import HertrixJobItem from './heritrixJobItem'
import HeritrixJobCard from './heritrixJobCard'
import HeritrixActionMenu from './heritrixActionMenu'
import styles from './heritrixInlineStyles'
import { heritrix, general } from '../../constants/uiStrings'
Expand Down
2 changes: 1 addition & 1 deletion webpackConfigs/core/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const noParseRe = process.platform === 'win32' ? /node_modules\\json-schema\\lib

const babelEnvConfig = ['env', {
'targets': {
'electron': 1.6
'electron': 1.7
},
'debug': true,
"useBuiltIns": true,
Expand Down
2 changes: 1 addition & 1 deletion webpackConfigs/ui/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const noParseRe = process.platform === 'win32' ? /node_modules\\json-schema\\lib

const babelEnvConfig = ['env', {
'targets': {
'electron': 1.6
'electron': 1.7
},
'debug': true,
"useBuiltIns": true,
Expand Down

0 comments on commit 9321680

Please sign in to comment.