Skip to content

Commit

Permalink
Release 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Sep 30, 2019
1 parent dfa328f commit 8bd553d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Petal",
"version": "2.21.0",
"version": "2.22.0",
"description": "Douban.FM Client With Extra - - -",
"author": "Yue Yang <[email protected]> (https://g1eny0ung.site/)",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PetalDev",
"version": "2.21.0",
"version": "2.22.0",
"description": "Douban.FM Client With Extra - - -",
"private": true,
"repository": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"start:electron": "cross-env NODE_ENV=development electron .",
"build:electron:dev": "cross-env NODE_ENV=development webpack --config webpack/config.electron.js --progress",
"build:electron:prod": "cross-env NODE_ENV=production webpack --config webpack/config.electron.js --progress",
"dist:electron": "electron-builder",
"dist:electron": "electron-builder -mw",
"code:check": "eslint . --rule 'no-console: [0]'"
},
"pre-commit": [
Expand Down
4 changes: 2 additions & 2 deletions src/components/Loading/index.jsx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/reducers/setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as types from '../actions/setting/types'
const settingReducer = (
state = {
mainVersion: 2,
secondaryVersion: 21,
secondaryVersion: 22,
volume: 20,
openWithPlaying: true,
restoreLastWinPos: false,
Expand Down

0 comments on commit 8bd553d

Please sign in to comment.