Skip to content

Commit

Permalink
Release 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Jun 3, 2019
1 parent 1efecb4 commit f27843b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.17.0",
"version": "2.18.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.17.0",
"version": "2.18.0",
"description": "Douban.FM Client With Extra - - -",
"private": true,
"repository": {
Expand Down
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: 17,
secondaryVersion: 18,
volume: 20,
openWithPlaying: true,
restoreLastWinPos: false,
Expand Down

0 comments on commit f27843b

Please sign in to comment.