Skip to content

Commit 8677b34

Browse files
authored
Merge pull request #45 from Houfeng/v8
V8
2 parents eb9d070 + 0042fde commit 8677b34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mota",
3-
"version": "8.1.1",
3+
"version": "8.1.2",
44
"description": "An extremely lightweight and responsive state management library",
55
"module": "./dist/mota-es.js",
66
"main": "./dist/mota-cjs.js",

src/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*/
66

77
export const name = "mota";
8-
export const version = "8.1.1";
8+
export const version = "8.1.2";

0 commit comments

Comments
 (0)