Skip to content

Commit 3837a37

Browse files
committed
Release 2.2.0
1 parent a7f50cf commit 3837a37

File tree

4 files changed

+4
-4
lines changed

4 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": "2.1.0",
3+
"version": "2.2.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": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Douban.FM Client With Extra - - -",
55
"main": "bundle/main.js",
66
"scripts": {

src/components/Loading/index.jsx

+1-1
Large diffs are not rendered by default.

src/reducers/setting.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as types from '../actions/setting/types'
33

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

0 commit comments

Comments
 (0)