Skip to content

Commit d2a06d8

Browse files
committed
FIX: updated prot-http script header
1 parent fed3fb3 commit d2a06d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/mezz/prot-http.r

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ REBOL [
1111
}
1212
Name: 'http
1313
Type: 'module
14-
Version: 0.1.5
14+
Version: 0.1.6
1515
File: %prot-http.r
1616
Purpose: {
1717
This program defines the HTTP protocol scheme for REBOL 3.
1818
}
1919
Author: ["Gabriele Santilli" "Richard Smolak" "Oldes"]
20-
Date: 10-May-2018
20+
Date: 21-May-2018
2121
History: [
2222
0.1.1 22-Jun-2007 "Gabriele Santilli" "Version used in R3-Alpha"
2323
0.1.4 26-Nov-2012 "Richard Smolak" "Version from Atronix's fork"
2424
0.1.5 10-May-2018 "Oldes" "FIX: Query on URL was returning just none"
25+
0.1.6 21-May-2018 "Oldes" "FEAT: Added support for basic redirection"
2526
]
2627
]
2728

0 commit comments

Comments
 (0)