Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## 0.13.2

### Changed

- Rebuilt version due to a build issue.

## 0.13.1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description><![CDATA[Ownpad is a Nextcloud application that allows to create and open Etherpad and Ethercalc documents.

This application requires to have access to an instance of <a href="https://etherpad.org/">Etherpad</a> and/or <a href="https://ethercalc.net/">Ethercalc</a> to work properly.]]></description>
<version>0.13.0</version>
<version>0.13.2</version>
<licence>agpl</licence>
<author mail="olivier.tetard@miskin.fr">Olivier Tétard</author>
<documentation>
Expand Down
4 changes: 2 additions & 2 deletions js/ownpad-settings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/ownpad-settings.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ownpad",
"description": "Ownpad application for Nextcloud",
"version": "0.13.1",
"version": "0.13.2",
"author": "Olivier Tétard <olivier.tetard@miskin.fr>",
"contributors": [],
"bugs": {
Expand Down
Loading