Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 7bfe467

Browse files
committed
[DEV] New version 1.2.2
1 parent 48eaac9 commit 7bfe467

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
### Bugs
55
- Fixes pointer leave and out coordinates
6+
- Fixes word/char segments issue
67

78
## [v1.2.1](https://github.com/MyScript/MyScriptJS/tree/v1.2.1)
89

Makefile.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL = /bin/bash
22
GIT_VERSION := $(shell git describe --tags --long --always)
3-
VERSION = 1.2.1-beta
3+
VERSION = 1.2.2
44

55
OFFLINE = false
66
ifeq ($(OFFLINE),true)

0 commit comments

Comments
 (0)