From aed943f26a63f13a7d82beaf8806a5e4310b535d Mon Sep 17 00:00:00 2001 From: OS-pedrogustavobilro Date: Mon, 26 May 2025 12:03:11 +0100 Subject: [PATCH] chore: prepare release for 1.0.0 --- CHANGELOG.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dde7d3..f82f07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ 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] +## [1.0.0] ### 2025-03-31 -- Implement native library with methods `downloadFile` and `uploadFile`. \ No newline at end of file +- Implement native library with methods `downloadFile` and `uploadFile`. diff --git a/pom.xml b/pom.xml index 0b9debe..1351db3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,5 +6,5 @@ 4.0.0 io.ionic.libs ionfiletransfer-android - 0.0.1 + 1.0.0 \ No newline at end of file