Skip to content

Commit

Permalink
Merge pull request #893 from jaredkhan/fix-safari-search
Browse files Browse the repository at this point in the history
Upgrade uikit to 3.21.13
  • Loading branch information
lentinj authored Nov 14, 2024
2 parents 0e2d0af + 3c0a404 commit 062a78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const path = require('path');
partial_install_site = "http://www.onezoom.org";
partial_local_install_site = "http://127.0.0.1:8000"; // if you are running a local installation
preferred_python3 = "python3.10"; // in case you have multiple python3 versions installed
version_uikit = "3.18.3";
version_uikit = "3.21.13";
web2py_py = path.join(path.dirname(path.dirname(process.cwd())), 'web2py.py');
venv_python = path.join(path.dirname(path.dirname(process.cwd())), 'bin/python');

Expand Down

0 comments on commit 062a78a

Please sign in to comment.