1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-14 18:44:02 +02:00

Make jush and JsShring submodules available

This commit is contained in:
Peter Knut
2024-03-16 01:01:45 +01:00
committed by Jakub Vrana
parent e2810adc05
commit 031d2c6a34
2 changed files with 3 additions and 3 deletions

4
.gitmodules vendored
View File

@@ -1,9 +1,9 @@
[submodule "jush"]
path = externals/jush
url = git://github.com/vrana/jush
url = https://github.com/vrana/jush
[submodule "JsShrink"]
path = externals/JsShrink
url = git://github.com/vrana/JsShrink
url = https://github.com/vrana/JsShrink
[submodule "designs/hydra"]
path = designs/hydra
url = https://github.com/Niyko/Hydra-Dark-Theme-for-Adminer

View File

@@ -1,2 +1,2 @@
<?php
$VERSION = "4.8.2-dev";
$VERSION = "4.9.0-dev";