1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-03 17:36:23 -07:00

Add migration stuff for filter tables

This commit is contained in:
Eggbertx 2024-08-10 20:01:33 -07:00
parent c7f15e3d25
commit e12b2fb982
19 changed files with 295 additions and 47 deletions

View file

@ -1,12 +1,12 @@
{
"name": "gochan.js",
"version": "3.10.2",
"version": "3.11.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gochan.js",
"version": "3.10.2",
"version": "3.11.0",
"license": "BSD-2-Clause",
"dependencies": {
"jquery": "^3.7.1",

View file

@ -1,6 +1,6 @@
{
"name": "gochan.js",
"version": "3.10.2",
"version": "3.11.0",
"description": "",
"main": "./ts/main.ts",
"private": true,