Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rotdrop committed Mar 22, 2024
1 parent 84d3e4a commit d843e0f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.2.1] - 2024-03-21

### Fixed

- Database migration

- Some trait classes use constants, so we need PHP >= 8.2

## [1.2.0] - 2024-03-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Archive Manager</name>
<summary>On-the-fly archive inspector for Nextcloud</summary>
<description><![CDATA[Inspect, mount and extract archive files (zip, tar, etc.)]]></description>
<version>1.2.0</version>
<version>1.2.1</version>
<licence>agpl</licence>
<author mail="himself@claus-justus-heine.de" >Claus-Justus Heine</author>
<namespace>FilesArchive</namespace>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "files-archive",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"description": "On-the-fly archive inspector for Nextcloud",
"homepage": "https://github.com/rotdrop/nextcloud-app-files-archive.git",
Expand Down

0 comments on commit d843e0f

Please sign in to comment.