Skip to content

Commit bf5a5a8

Browse files
committed
Updated version notation
1 parent 4a5bd04 commit bf5a5a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

euphony.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
export var Euphony = (function () {
1717
function euphony() {
1818
var about = {
19-
VERSION: '0.2.4',
19+
VERSION: '0.2.5',
2020
AUTHOR: 'Ji-woong Choi'
2121
};
2222

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "euphony.js",
3-
"version": "v0.2.4",
3+
"version": "v0.2.5",
44
"description": "Sound Communication Library",
55
"main": "./euphony.js",
66
"keywords": [

0 commit comments

Comments
 (0)