Skip to content

Commit f6a4a45

Browse files
chore: prepare release for 1.0.0
1 parent b5fc289 commit f6a4a45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.0.0]
88

99
### 2025-03-31
1010

11-
- Implement native library with methods `downloadFile` and `uploadFile`.
11+
- Implement native library with methods `downloadFile` and `uploadFile`.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>io.ionic.libs</groupId>
88
<artifactId>ionfiletransfer-android</artifactId>
9-
<version>0.0.1</version>
9+
<version>1.0.0</version>
1010
</project>

0 commit comments

Comments
 (0)