We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255958a commit a3fd86cCopy full SHA for a3fd86c
2 files changed
README.md
@@ -31,6 +31,9 @@ docker run -d -p 8080:8080 --env-file .env --name tis-roncli-com tis-roncli-com
31
32
## Version History
33
34
+### v4.0.2 - 10/5/2025
35
+* Package updates.
36
+
37
### v4.0.1 - 10/5/2025
38
* Fixed bug with directory paths not working when missing the trailing slash.
39
* Package updates.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tis.roncli.com",
3
- "version": "4.0.1",
+ "version": "4.0.2",
4
"description": "The site that allows users to search old Trax in Space 1 files.",
5
"homepage": "https://github.com/roncli/tis.roncli.com",
6
"bugs": {
0 commit comments