Skip to content

Commit 11c02b1

Browse files
Bump version and changelog
1 parent 1f05a59 commit 11c02b1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ A simple OTA REST Server for CyanogenMod OTA Updater System Application
1414
Yes, you can! I've implemented a [simple script](https://github.com/julianxhokaxhiu/CyanogenModOTAUnitTest) made for NodeJS that you clone and use it.
1515

1616
## Changelog
17+
### v2.0.4
18+
- Final Fix for TXT and ZIP files in the same directory
19+
- Automatic URL detection for basePath ( no real need to touch it again )
20+
- Delta builds array is now returned correctly
21+
1722
### v2.0.3
1823
- Memcached support
1924
- UNOFFICIAL builds support ( they will be set as channel = NIGHTLY )

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "julianxhokaxhiu/cyanogenmod-ota",
33
"description": "A simple OTA REST Server for CyanogenMod OTA Updater System Application",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"type": "project",
66
"keywords": [
77
"android",

0 commit comments

Comments
 (0)