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

Commit 91a8963

Browse files
committed
Release 1.2.1
1 parent e021b04 commit 91a8963

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config = {
22
name = 'Raphael\'s Library',
3-
version = '1.2.0',
3+
version = '1.2.1',
44
windbot = '2.2.3',
55

66
files = {

dist/Raphael.lua

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
1-
-- Raphael's Library v1.2.0
2-
-- Last Updated: 25/06/2014 - 19:23 UTC
1+
-- Raphael's Library v1.2.1
2+
-- Last Updated: 25/06/2014 - 20:10 UTC
33
-- Released for WindBot v2.2.3
44

5-
RAPHAEL_LIB = '1.2.0'
5+
RAPHAEL_LIB = '1.2.1'
66

77
LIBS = LIBS or {}
88
LIBS.RAPHAEL = RAPHAEL_LIB
99

1010

1111
--[[
12-
* Changelog v1.2.0
12+
* Changelog v1.2.1
1313
*
14-
* - Added getwptid.
15-
* - Improved gold, as suggested by @pvzin.
16-
* - Improved npctalk to check for NPCs around.
17-
* - Added constants for items bought by some NPCs.
18-
* - Deprecated REGEX_SPA_COORDS and REGEX_SPA_SIZE in favor of REGEX_COORDS and REGEX_RANGE.
14+
* - Minor version bump; apparently @Lucas Terra had already updated it to 1.2.0.
1915
*
2016
--]]
2117

log/changelog-1.2.1.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* - Minor version bump; apparently @Lucas Terra had already updated it to 1.2.0.

0 commit comments

Comments
 (0)