Skip to content

Commit 8d3e0ea

Browse files
committed
Merge branch 'release/1.1.2'
2 parents ba260f4 + 5cc34d6 commit 8d3e0ea

File tree

5 files changed

+22
-51
lines changed

5 files changed

+22
-51
lines changed

.gitattributes

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Auto detect text files and perform LF normalization
2+
*.livecodescript linguist-detectable=true
3+
*.livecode linguist-detectable=false
4+
5+
# Set default behaviour, in case users don't have core.autocrlf set.
6+
* text=auto
7+
8+
# Explicitly declare text files we want to always be normalized and converted
9+
# to native line endings on checkout.
10+
*.livecodescript text
11+
12+
# Declare files that will always have LF line endings on checkout.
13+
*.livecodescript text eol=CRLF
14+
15+
# Denote all files that are truly binary and should not be modified.
16+
*.png binary
17+
*.jpg binary
18+
*.jepg binary
19+
*.rev binary
20+
*.livecode binary

.gitlab/issue_templates/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.gitlab/merge_request_templates/MERGE_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ For the license terms see the LICENSE file.
8686

8787
### Meta
8888

89-
Version: 1.1.1
89+
Version: 1.1.2
9090
Web Site: <https://revigniter.com/>
9191

9292
Author: Ralf Bitter

SQLiteLib.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ script "SQLiteLib"
88
--
99
-- ©2019 revIgniter.com
1010
--
11-
-- Version 1.1.1
11+
-- Version 1.1.2
1212
--
1313
-- License: Apache 2.0
1414
--

0 commit comments

Comments
 (0)