Commit Diff


commit - 595667d433cd049b144e49eea8c986906f300737
commit + a7e8264c4943b38205bfb9640340bc2b4b5cafbf
blob - c4237d8348b02557ece82afd708cd409ed91ee40
blob + a9e681865a98b92a2c52b062a6c69410c4dbe5bc
--- index.php
+++ index.php
@@ -2,7 +2,7 @@
 require_once './conf.php';
 
 define("SHORTER_NAME", "shortr");
-define("SHORTER_VERSION", "v0.2");
+define("SHORTER_VERSION", "v0.3");
 define("CHARSET", "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");
 
 $url = "";