diff options
-rw-r--r-- | core/init.lua | 2 | ||||
-rw-r--r-- | docs/api.md | 2 | ||||
-rw-r--r-- | docs/images/languages.png | bin | 3519 -> 3434 bytes | |||
-rw-r--r-- | docs/images/loc.png | bin | 3885 -> 3814 bytes | |||
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | docs/manual.md | 2 | ||||
-rw-r--r-- | src/Info.plist | 4 | ||||
-rw-r--r-- | src/textadept.rc | 8 |
8 files changed, 10 insertions, 10 deletions
diff --git a/core/init.lua b/core/init.lua index 7d6e30ec..395f95f8 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2021 Mitchell. See LICENSE. -_RELEASE = 'Textadept 11.0' +_RELEASE = 'Textadept 11.1' _COPYRIGHT = 'Copyright © 2007-2021 Mitchell. See LICENSE.\n' .. 'https://orbitalquark.github.io/textadept' diff --git a/docs/api.md b/docs/api.md index a0a9b2b3..fe613407 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,4 +1,4 @@ -## Textadept 11.0 API Documentation +## Textadept 11.1 API Documentation 1. [_G](#_G) 1. [_L](#_L) diff --git a/docs/images/languages.png b/docs/images/languages.png Binary files differindex 7bf09b12..eec6a3e7 100644 --- a/docs/images/languages.png +++ b/docs/images/languages.png diff --git a/docs/images/loc.png b/docs/images/loc.png Binary files differindex 850f0112..c684d2dc 100644 --- a/docs/images/loc.png +++ b/docs/images/loc.png diff --git a/docs/index.html b/docs/index.html index 86b6a222..0efb9799 100644 --- a/docs/index.html +++ b/docs/index.html @@ -60,7 +60,7 @@ <div id="left"> <a id="download"></a> - <h2>Download (v11.0)</h2> + <h2>Download (v11.1)</h2> <a href="https://github.com/orbitalquark/textadept/releases.atom"> <img src="images/feed.png" style="float: right; margin: 0.25em;" alt="Atom" /> diff --git a/docs/manual.md b/docs/manual.md index 7f2e2b13..579c4662 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -1,4 +1,4 @@ -## Textadept 11.0 Manual +## Textadept 11.1 Manual **Contents** diff --git a/src/Info.plist b/src/Info.plist index 19c72c03..278a4ddc 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -2304,9 +2304,9 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>11.0</string> + <string>11.1</string> <key>CFBundleShortVersionString</key> - <string>11.0</string> + <string>11.1</string> <key>NSHighResolutionCapable</key> <true/> </dict> diff --git a/src/textadept.rc b/src/textadept.rc index f64caeea..06c796ce 100644 --- a/src/textadept.rc +++ b/src/textadept.rc @@ -3,8 +3,8 @@ textadept ICON "../core/images/textadept.ico\0"
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 11, 0, 0, 0
-PRODUCTVERSION 11, 0, 0, 0
+FILEVERSION 11, 1, 0, 0
+PRODUCTVERSION 11, 1, 0, 0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@@ -17,12 +17,12 @@ BEGIN BEGIN
VALUE "CompanyName", "Mitchell\0"
VALUE "FileDescription", "textadept\0"
- VALUE "FileVersion", "11.0\0"
+ VALUE "FileVersion", "11.1\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2021 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "11.0\0"
+ VALUE "ProductVersion", "11.1\0"
END
END
END
|