Skip to content

Commit

Permalink
v0.3.9 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
yadPe authored Mar 31, 2022
1 parent e7bb44c commit d4e220d
Show file tree
Hide file tree
Showing 4 changed files with 16,671 additions and 10,676 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.3.9](https://github.com/yadPe/beatconnect_client/compare/v0.3.8...v0.3.9) (2022-03-30)


### Bug Fixes

* **bot:** get command reply in mp channel ([#475](https://github.com/yadPe/beatconnect_client/issues/475)) ([9e8fa6d](https://github.com/yadPe/beatconnect_client/commit/9e8fa6d8eebd2325618ede4d3fbd670c98b53023))
* **download:** show failed downloads + don't crash when one dl fails ([#474](https://github.com/yadPe/beatconnect_client/issues/474)) ([f7c0bde](https://github.com/yadPe/beatconnect_client/commit/f7c0bde69e757be3f86529b97f506c3a1a96d8c2))



## [0.3.8](https://github.com/yadPe/beatconnect_client/compare/v0.3.7...v0.3.8) (2022-03-13)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "beatconnect_client",
"productName": "Beatconnect Client",
"version": "0.3.8",
"version": "0.3.9",
"description": "Beatconnect power for osu irc",
"author": "yadpe <[email protected]>",
"license": "GPL-3.0",
Expand Down Expand Up @@ -239,4 +239,4 @@
"react-app"
]
}
}
}
2 changes: 1 addition & 1 deletion scripts/preBuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { ensureDirSync, copySync } = require('fs-extra')
// Copy wallpaper binaries to public folder on build

const sources = [
'../src/electron/helpers/wallpaper/assets',
'../src/electron/helpers/wallpaper/bin',
'../src/electron/helpers/assets',
]

Expand Down
Loading

0 comments on commit d4e220d

Please sign in to comment.