Skip to content

Commit

Permalink
chore: bump version to 2.0.0-alpha.1 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan authored May 16, 2024
1 parent 5530a07 commit 67a6281
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 @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Fixed

### Changed

### Removed

## [1.0.0] - 2024-05-07

[1.0.0]: https://github.com/JankariTech/web-app-presentation-viewer/releases/tag/v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ocis:
image: ${OCIS_IMAGE:-owncloud/ocis:5.0}
image: ${OCIS_IMAGE:-owncloud/ocis:latest}
entrypoint: /bin/sh
command: ['-c', 'ocis init || true && ocis server']
environment:
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": "web-app-presentation-viewer",
"version": "1.0.0",
"version": "2.0.0-alpha.1",
"description": "Markdown Presentation Viewer for ownCloud Web",
"license": "Apache-2.0",
"private": true,
Expand Down

0 comments on commit 67a6281

Please sign in to comment.