Skip to content

Commit 6b0ad14

Browse files
committed
Update for 1.1.2 release
1 parent aedd8e0 commit 6b0ad14

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.2](https://github.com/nicklockwood/ShapeScript/releases/tag/1.1.2) (2021-07-03)
2+
3+
- Fixed bug where CRLF was treated as two separate linebreaks, resulting in a crash
4+
- Error column indicator is now better aligned when code contains wide characters (e.g. emoji)
5+
- Fixed inverted black/white squares on chessboard example
6+
17
## [1.1.1](https://github.com/nicklockwood/ShapeScript/releases/tag/1.1.1) (2021-06-26)
28

39
- Fixed operator associativity (addition/subtraction were previously right-associative)

ShapeScript.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ShapeScript",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"license": {
55
"type": "MIT",
66
"file": "LICENSE.md"
@@ -10,7 +10,7 @@
1010
"authors": "Nick Lockwood",
1111
"source": {
1212
"git": "https://github.com/nicklockwood/ShapeScript.git",
13-
"tag": "1.1.1"
13+
"tag": "1.1.2"
1414
},
1515
"source_files": "ShapeScript",
1616
"requires_arc": true,

ShapeScript.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@
590590
"$(inherited)",
591591
"@executable_path/../Frameworks",
592592
);
593-
MARKETING_VERSION = 1.1.1;
593+
MARKETING_VERSION = 1.1.2;
594594
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptViewer;
595595
PRODUCT_MODULE_NAME = Viewer;
596596
PRODUCT_NAME = "ShapeScript Viewer";
@@ -616,7 +616,7 @@
616616
"$(inherited)",
617617
"@executable_path/../Frameworks",
618618
);
619-
MARKETING_VERSION = 1.1.1;
619+
MARKETING_VERSION = 1.1.2;
620620
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptViewer;
621621
PRODUCT_MODULE_NAME = Viewer;
622622
PRODUCT_NAME = "ShapeScript Viewer";
@@ -770,7 +770,7 @@
770770
"@executable_path/../Frameworks",
771771
"@loader_path/Frameworks",
772772
);
773-
MARKETING_VERSION = 1.1.1;
773+
MARKETING_VERSION = 1.1.2;
774774
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptLib;
775775
PRODUCT_NAME = ShapeScript;
776776
SKIP_INSTALL = YES;
@@ -800,7 +800,7 @@
800800
"@executable_path/../Frameworks",
801801
"@loader_path/Frameworks",
802802
);
803-
MARKETING_VERSION = 1.1.1;
803+
MARKETING_VERSION = 1.1.2;
804804
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptLib;
805805
PRODUCT_NAME = ShapeScript;
806806
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)