Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aplteam committed Jun 11, 2019
1 parent 5a5e2ee commit d27dcb3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion APLSource/Fire-1/GUI-7/OnCheckForUpdates-485.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:If 16>+/1 0.1×2(//)'.'⎕VFI 1# ⎕WG'APLVersion' That's when Fire started to have its own installer
TellAboutVersion n
:Else
api⎕NEW ##.##.#._Fire.GitHubAPIv3(,'aplteam')
api⎕NEW ##.##.GitHubAPIv3(,'aplteam')
:Trap 0
tagapi.GetLatestTag name
:Else
Expand Down
2 changes: 1 addition & 1 deletion APLSource/Fire-1/Version-1.aplf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rVersion
See also `History`
r(1¯1⎕NPARTS⎕THIS)'7.1.3.92' '2019-06-11'
r(1¯1⎕NPARTS⎕THIS)'7.1.3.93' '2019-06-11'
Binary file modified Fire.dws
Binary file not shown.
2 changes: 1 addition & 1 deletion Fire.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; This script is best executed by Fire's "Make" utility.

#define MyAppVersion "7.1.3.92"
#define MyAppVersion "7.1.3.93"
#define MyAppName "Fire"
#define MyAppExeName "Fire.dws"
#define MyAppPublisher "APL Team Ltd"
Expand Down
2 changes: 1 addition & 1 deletion publish.config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<tool name="Fire"> <version>7.1.3</version> <date>2019-06-11</date> <main>Fire</main> <container>#._Fire</container> <files> <file>Fire_UC.dyalog</file> <file>ReadMe.html</file> <file>HowToInstall.html</file> <file>UsefulRegExes.html</file> </files> <ignoreForNow> <file>conga30ssl32.dll</file> <file>conga30_32.dll</file> <file>conga30ssl64.dll</file> <file>conga30_64.dll</file> </ignoreForNow> <needs> <script>APLTreeUtils</script> <script>FilesAndDirs</script> <script>OS</script> <script>WinReg</script> <script development="true">Tester</script> <script>GitHubAPIv3</script> </needs> <ignoreForNow> <ws copy="Rumba">Rumba</ws> </ignoreForNow> <scriptOnly>0</scriptOnly> <wsid>Fire</wsid> <autoload>1</autoload> <buildid>92</buildid></tool>
<tool name="Fire"> <version>7.1.3</version> <date>2019-06-11</date> <main>Fire</main> <container>#._Fire</container> <files> <file>Fire_UC.dyalog</file> <file>ReadMe.html</file> <file>HowToInstall.html</file> <file>UsefulRegExes.html</file> </files> <ignoreForNow> <file>conga30ssl32.dll</file> <file>conga30_32.dll</file> <file>conga30ssl64.dll</file> <file>conga30_64.dll</file> </ignoreForNow> <needs> <script>APLTreeUtils</script> <script>FilesAndDirs</script> <script>OS</script> <script>WinReg</script> <script development="true">Tester</script> <script>GitHubAPIv3</script> </needs> <ignoreForNow> <ws copy="Rumba">Rumba</ws> </ignoreForNow> <scriptOnly>0</scriptOnly> <wsid>Fire</wsid> <autoload>1</autoload> <buildid>93</buildid></tool>
Expand Down

0 comments on commit d27dcb3

Please sign in to comment.