Skip to content

Commit

Permalink
Repo change (Magisk-Modules-Alt-Repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
omergoktas committed Jan 12, 2023
1 parent 189e8d1 commit 14ff565
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changes

## v1.2
- Repo change (Magisk-Modules-Alt-Repo)

## v1.1
- Bug fixes

Expand Down
6 changes: 3 additions & 3 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=com.omergoktas.Foundation
name=Foundation
version=v1.1
versionCode=101
version=v1.2
versionCode=102
author=omergoktas
description=Magisk module comprising essential apps (including a patched version of Google Play Store compatible with microG) and convenient settings for vanilla Android builds.
updateJson=https://github.com/omergoktas/Foundation/raw/master/update.json
updateJson=https://github.com/Magisk-Modules-Alt-Repo/com.omergoktas.Foundation/raw/master/update.json
8 changes: 4 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 101,
"version": "v1.1",
"changelog": "https://github.com/omergoktas/Foundation/raw/master/CHANGELOG.md",
"zipUrl": "https://github.com/omergoktas/Foundation/releases/download/v1.1/Foundation.zip"
"versionCode": 102,
"version": "v1.2",
"changelog": "https://github.com/Magisk-Modules-Alt-Repo/com.omergoktas.Foundation/raw/master/CHANGELOG.md",
"zipUrl": "https://github.com/Magisk-Modules-Alt-Repo/com.omergoktas.Foundation/releases/download/v1.2/Foundation.zip"
}

0 comments on commit 14ff565

Please sign in to comment.