diff --git a/module.prop b/module.prop index 4bb8bd9..70bf6d7 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,7 @@ id=unlimited-hotspot name=Unlimited Hotspot -version=v1 -versionCode=1 +version=v2 +versionCode=2 author=felikcat -description=https://github.com/felikcat/unlimited-hotspot \ No newline at end of file +description=https://github.com/felikcat/unlimited-hotspot +updateJson=https://raw.githubusercontent.com/felikcat/unlimited-hotspot/master/update.json \ No newline at end of file diff --git a/update.json b/update.json new file mode 100644 index 0000000..b5c1bea --- /dev/null +++ b/update.json @@ -0,0 +1,6 @@ +{ + "version": "v2", + "versionCode": 2, + "zipUrl": "https://github.com/felikcat/unlimited-hotspot/releases/download/v2/unlimited_hotspot_v2.zip", + "changelog": "Thank you for using the unlimited hotspot module!" +} \ No newline at end of file