Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 0c6ef91

Browse files
committed
Replace 1.3.1 version tags with 1.4.0;
There was never a v1.3.1
1 parent edf938c commit 0c6ef91

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/Events.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* original waitping() solution, passing `normalWait` as true.
66
*
77
* @since 0.1.0
8-
* @updated 1.3.1
8+
* @updated 1.4.0
99
*
1010
* @param {string...} messages - Messages to be said
1111
* @param {boolean} [normalWait] - If waitping should be used as

src/General.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ end
213213
* CET timezone.
214214
*
215215
* @since 0.1.0
216-
* @updated 1.3.1
216+
* @updated 1.4.0
217217
*
218218
* @returns {number} - CET offset in seconds
219219
--]]
@@ -248,7 +248,7 @@ end
248248
* Returns the current time of day, in seconds, on CET timezone.
249249
*
250250
* @since 0.1.0
251-
* @updated 1.3.1
251+
* @updated 1.4.0
252252
*
253253
* @returns {number} - CET time of day in seconds
254254
--]]
@@ -632,7 +632,7 @@ end
632632
* parameters, returning the value returned by it; otherwise, simply returns
633633
* `value`.
634634
*
635-
* @since 1.3.1
635+
* @since 1.4.0
636636
*
637637
* @param {any} value - The variable to be checked
638638
* @param {any} [...] - Any extra arguments you want to be
@@ -653,7 +653,7 @@ end
653653
--[[
654654
* Returns the currently opened channel userdata.
655655
*
656-
* @since 1.3.1
656+
* @since 1.4.0
657657
*
658658
* @returns {userdata} - The currently opened channel
659659
--]]

src/Table.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ end
4949
* will receive as arguments, for each item, it's value and correspondet index.
5050
*
5151
* @since 0.1.0
52-
* @updated 1.3.1
52+
* @updated 1.4.0
5353
*
5454
* @param {table} self - The target table
5555
* @param {function} f - Routine to be ran on each element
@@ -79,7 +79,7 @@ end
7979
* arguments, for each item, it's value and correspondet index.
8080
*
8181
* @since 0.1.0
82-
* @updated 1.3.1
82+
* @updated 1.4.0
8383
*
8484
* @param {table} self - The target table
8585
* @param {function} f - Routine to be ran on each element
@@ -193,7 +193,7 @@ end
193193
* Merges the items of the given tables to a single table.
194194
*
195195
* @since 1.1.0
196-
* @updated 1.3.1
196+
* @updated 1.4.0
197197
*
198198
* @param {table} [table1], ... - Tables to be merged
199199
* @param {boolean} [recursive] - Whether inner tables should also
@@ -291,7 +291,7 @@ end
291291
* Flattens the table, removing any other tables inside `self` and inserting the
292292
* values inside those tables.
293293
*
294-
* @since 1.3.1
294+
* @since 1.4.0
295295
*
296296
* @param {table} self - The target table
297297
* @param {boolean} [recursive] - Whether inner tables should also

0 commit comments

Comments
 (0)