Skip to content

Commit

Permalink
Release 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Jul 11, 2019
1 parent c745f92 commit 6164466
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.18.0",
"version": "2.19.0",
"description": "Douban.FM Client With Extra - - -",
"author": "Yue Yang <[email protected]> (http://g1eny0ung.site)",
"license": "MIT",
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": "PetalDev",
"version": "2.18.0",
"version": "2.19.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: 18,
secondaryVersion: 19,
volume: 20,
openWithPlaying: true,
restoreLastWinPos: false,
Expand Down

0 comments on commit 6164466

Please sign in to comment.