We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5bd04 commit bf5a5a8Copy full SHA for bf5a5a8
euphony.js
@@ -16,7 +16,7 @@
16
export var Euphony = (function () {
17
function euphony() {
18
var about = {
19
- VERSION: '0.2.4',
+ VERSION: '0.2.5',
20
AUTHOR: 'Ji-woong Choi'
21
};
22
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "euphony.js",
3
- "version": "v0.2.4",
+ "version": "v0.2.5",
4
"description": "Sound Communication Library",
5
"main": "./euphony.js",
6
"keywords": [
0 commit comments