Skip to content

Commit b4d1965

Browse files
committed
release v4.7.1
Signed-off-by: greta <gretadoci@gmail.com>
1 parent e468036 commit b4d1965

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 4.7.1
9+
### Added
10+
- Improve performance issues
11+
-
812
## 4.7.0
913
### Added
1014
- Add Nextcloud 33 and 34 support

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<description><![CDATA[Requires users to accept the terms of service before accessing data.
1212
This product includes GeoLite2 data created by MaxMind, available from [maxmind.com](http://www.maxmind.com)]]></description>
1313

14-
<version>4.7.0</version>
14+
<version>4.7.1</version>
1515
<licence>agpl</licence>
1616
<author>Joas Schilling</author>
1717

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terms_of_service",
33
"description": "Requires users to accept the terms of service before accessing data.",
4-
"version": "4.7.0",
4+
"version": "4.7.1",
55
"author": "Joas Schilling <coding@schilljs.com>",
66
"license": "AGPL-3.0-or-later",
77
"private": true,

0 commit comments

Comments
 (0)