diff --git a/app/package.json b/app/package.json index 69a5825..2a348f2 100755 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "petal", - "version": "2.23.0", + "version": "2.24.0", "description": "Douban.FM Client With Extra - - -", "author": "Yue Yang (https://g1eny0ung.site/)", "contributors": [ diff --git a/package.json b/package.json index 3dc7c94..effc259 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "petal-dev", - "version": "2.23.0", + "version": "2.24.0", "description": "Douban.FM Client With Extra - - -", "private": true, "repository": { diff --git a/src/components/Loading/index.jsx b/src/components/Loading/index.jsx index 305a796..1a618b7 100644 --- a/src/components/Loading/index.jsx +++ b/src/components/Loading/index.jsx @@ -28,8 +28,8 @@ class Loading extends Component { fill="#2E8B57" > diff --git a/src/reducers/setting.js b/src/reducers/setting.js index 01d30bb..6359ce4 100644 --- a/src/reducers/setting.js +++ b/src/reducers/setting.js @@ -4,7 +4,7 @@ import * as types from '../actions/setting/types' const settingReducer = ( state = { mainVersion: 2, - secondaryVersion: 23, + secondaryVersion: 24, volume: 20, openWithPlaying: true, restoreLastWinPos: false,