Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed May 21, 2017
1 parent 10ddfe2 commit 48823ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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": "1.2.0",
"version": "1.3.0",
"description": "Douban.FM Client With Extra - - -",
"main": "main.js",
"author": "SandStorms",
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",
"version": "1.2.0",
"version": "1.3.0",
"description": "Douban.FM Client With Extra - - -",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Loading/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Loading extends Component {
<path d="M109 140 L115 153 L121 140" />
<path d="M134 140 L134 156" />
<path d="M142 152 L142 155" />
<path d="M148 142 L158 142 158 148 150 150 148 155 160 155" />
<path d="M148 142 L158 142 158 148 148 148 M158 148 L158 155 148 155" />
<path d="M164 152 L164 155" />
<path d="M170 147 L182 147" />
</svg>
Expand Down
2 changes: 1 addition & 1 deletion src/reducers/setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { updateObject } from '../helper/copy'

const settingReducer = (state = {
mainVersion: 1,
secondaryVersion: 2,
secondaryVersion: 3,
audioVolumeProgress: 30,
audioVolumePin: 39
}, action) => {
Expand Down

0 comments on commit 48823ef

Please sign in to comment.