Commit Diff


commit - d1f0b54ff5e1d1ddb7d48c39a6aec9f588d7305b
commit + 04d41647bc0641805951eb3aa2d72bd2cdfb97ea
blob - 5e0c5f02efe11e9aaf2638dd1ed3e6e1c66e4431
blob + 9e851c0b41c081cb2b798219a4ad9fec8d20f52b
--- index.php
+++ index.php
@@ -2,7 +2,7 @@
 require_once './conf.php';
 
 define("SHORTER_NAME", "shortr");
-define("SHORTER_VERSION", "v0.3");
+define("SHORTER_VERSION", "v0.4");
 define("CHARSET", "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");
 
 $url = "";