Skip to content

Commit

Permalink
Release 2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Jan 7, 2020
1 parent 8542e2b commit e09fbae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.23.0",
"version": "2.24.0",
"description": "Douban.FM Client With Extra - - -",
"author": "Yue Yang <[email protected]> (https://g1eny0ung.site/)",
"contributors": [
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": "petal-dev",
"version": "2.23.0",
"version": "2.24.0",
"description": "Douban.FM Client With Extra - - -",
"private": true,
"repository": {
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: 23,
secondaryVersion: 24,
volume: 20,
openWithPlaying: true,
restoreLastWinPos: false,
Expand Down

0 comments on commit e09fbae

Please sign in to comment.