Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## 4.7.0
### Changed
- Migrate to outline icons

## 4.6.0
### Changed
- Updated dependencies
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description><![CDATA[Requires users to accept the terms of service before accessing data.
This product includes GeoLite2 data created by MaxMind, available from [maxmind.com](http://www.maxmind.com)]]></description>

<version>4.7.0-dev.0</version>
<version>4.7.0-rc.1</version>
<licence>agpl</licence>
<author>Joas Schilling</author>

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terms_of_service",
"description": "Requires users to accept the terms of service before accessing data.",
"version": "4.7.0-dev.0",
"version": "4.7.0-rc.1",
"author": "Joas Schilling <[email protected]>",
"license": "AGPL-3.0-or-later",
"private": true,
Expand Down
Loading