Skip to content

Commit

Permalink
upgrade to NC15.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Jan 12, 2019
1 parent 9eaab31 commit 2c943b7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This code also generates the [NextCloudPi docker images](https://hub.docker.com/
## Features

* Debian/Raspbian 9 stretch
* Nextcloud 15.0.1
* Nextcloud 15.0.2
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.2
* MariaDB 10
Expand Down
2 changes: 1 addition & 1 deletion bin/ncp/CONFIG/nc-autoupdate-nc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


# just change this value and re-activate in update.sh to upgrade users
VERSION=15.0.1
VERSION=15.0.2

configure()
{
Expand Down
2 changes: 1 addition & 1 deletion bin/ncp/TOOLS/nc-update-nextcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#

LATEST=15.0.1
LATEST=15.0.2

configure()
{
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

[v1.2.0](https://github.com/nextcloud/nextcloudpi/commit/1b307c1) (2019-01-08) add NCP Nextcloud app
[v1.3.0](https://github.com/nextcloud/nextcloudpi/commit/8a49536) (2019-01-12) upgrade to NC15.0.2

[v1.2.0](https://github.com/nextcloud/nextcloudpi/commit/9eaab31) (2019-01-08) add NCP Nextcloud app

[v1.1.3 ](https://github.com/nextcloud/nextcloudpi/commit/d21592c) (2019-01-11) nc-update-nextcloud: only try to restore on reboot once

Expand Down
2 changes: 1 addition & 1 deletion etc/ncp-config.d/nc-nextcloud.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
"value": "15.0.1"
"value": "15.0.2"
},
{
"id": "BETA",
Expand Down

0 comments on commit 2c943b7

Please sign in to comment.