diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe6e94..8f32991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [Version 1.0.8] ### Chores - (ios) Replace `cordova-plugin-add-swift-support` plugin with the `SwiftVersion` preference (https://outsystemsrd.atlassian.net/browse/RMET-4037). diff --git a/package.json b/package.json index 0b93e2c..93aa9e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.outsystems.plugins.fileviewer", - "version": "1.0.7", + "version": "1.0.8", "description": "OutSystems Cordova Plugin to provide the functionality of a file viewer to mobile applications.", "keywords": [ "ecosystem:cordova", diff --git a/plugin.xml b/plugin.xml index 72ebdaf..974f433 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + OSFileViewer OutSystems Cordova Plugin to provide the functionality of a file viewer to mobile applications. OutSystems Inc