Skip to content

Commit a9f1a9c

Browse files
committed
Bump version to v0.7.1
1 parent e67e57e commit a9f1a9c

20 files changed

Lines changed: 28 additions & 28 deletions

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.7.0.{build}
1+
version: 0.7.1.{build}
22
image: Visual Studio 2015
33

44
platform:
@@ -36,12 +36,12 @@ after_build:
3636
3737
if ($($env:APPVEYOR_REPO_TAG) -eq "true" -and $env:CONFIGURATION -eq "Release") {
3838
if ($env:PLATFORM -eq "x64"){
39-
$ZipFileName = "LuaScript$($env:APPVEYOR_REPO_TAG_NAME)_x64.zip"
40-
7z a $ZipFileName bin\$($env:CONFIGURATION)_$($env:PLATFORM)\*.dll
39+
$ZipFileName = "LuaScript_$($env:APPVEYOR_REPO_TAG_NAME)_x64.zip"
40+
7z a $ZipFileName "$($env:APPVEYOR_BUILD_FOLDER)\bin\$($env:CONFIGURATION)_$($env:PLATFORM)\*.dll"
4141
}
4242
if ($env:PLATFORM -eq "Win32"){
43-
$ZipFileName = "LuaScript$($env:APPVEYOR_REPO_TAG_NAME).zip"
44-
7z a $ZipFileName bin\$($env:CONFIGURATION)_$($env:PLATFORM)\*.dll
43+
$ZipFileName = "LuaScript_$($env:APPVEYOR_REPO_TAG_NAME).zip"
44+
7z a $ZipFileName "$($env:APPVEYOR_BUILD_FOLDER)\bin\$($env:CONFIGURATION)_$($env:PLATFORM)\*.dll"
4545
}
4646
}
4747

docs/classes/Editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>
@@ -733,7 +733,7 @@ <h2><a href="#Scrolling_and_automatic_scrolling">Scrolling and automatic scrolli
733733
</tr>
734734
<tr>
735735
<td class="name" nowrap><a href="#Editor.VScrollBar">Editor.VScrollBar</a></td>
736-
<td class="summary">Show or hide the vertical scroll bar.</td>
736+
<td class="summary">Show or ire the vertical scroll bar.</td>
737737
</tr>
738738
<tr>
739739
<td class="name" nowrap><a href="#Editor.XOffset">Editor.XOffset</a></td>

docs/classes/Match.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/classes/Notepad.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/classes/Styler.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/bookmark.lua.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/highlightoccurrences.lua.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/luaautoindent.lua.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/luasyntaxchecker.lua.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/randomizelines.lua.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.7.0</sub></h1>
26+
<h1>LuaScript <sub>v0.7.1</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

0 commit comments

Comments
 (0)