Skip to content

Commit 5a5ef30

Browse files
committed
Release 2.0.0
1 parent 6078787 commit 5a5ef30

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Petal",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "Douban.FM Client With Extra - - -",
55
"main": "main.js",
66
"author": "Yue Yang <[email protected]> (http://g1eny0ung.site)",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PetalDev",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "Douban.FM Client With Extra - - -",
55
"main": "bundle/main.js",
66
"scripts": {

src/reducers/setting.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import cond, { shallowCopy } from 'redux-cond'
22
import * as types from '../actions/setting/types'
33

44
const settingReducer = (state = {
5-
mainVersion: 1,
6-
secondaryVersion: 3,
5+
mainVersion: 2,
6+
secondaryVersion: 0,
77
volume: 20,
88
saveSuccess: false
99
}, action) => {

0 commit comments

Comments
 (0)