Skip to content

Commit c120587

Browse files
Bump version to 1.0.0-alpha.4
1 parent 6ee37d9 commit c120587

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

App_Resources/Android/app.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
targetSdkVersion 35
1414

1515
// Version Information
16-
versionCode 3
17-
versionName "1.0.0-alpha.3"
16+
versionCode 4
17+
versionName "1.0.0-alpha.4"
1818

1919
generatedDensities = []
2020

CHANGELOG.md

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

8+
## [1.0.0-alpha.4] - 2025-11-23
9+
10+
### Added
11+
12+
- Added config for Zapstore
13+
14+
### Changed
15+
16+
- Reduced APK size by enabling legacy compression to be able to publish on IzzyOnDroid
17+
818
## [1.0.0-alpha.3] - 2025-11-23
919

1020
### Added
@@ -39,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3949
- Added ability to create collections and add items to the collections
4050
- Added post interactions
4151

52+
[1.0.0-alpha.4]: https://github.com/mohammadrafigh/NeoComment/compare/v1.0.0-alpha.3...v1.0.0-alpha.4
4253
[1.0.0-alpha.3]: https://github.com/mohammadrafigh/NeoComment/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
4354
[1.0.0-alpha.3]: https://github.com/mohammadrafigh/NeoComment/compare/1.0.0-alpha.1...v1.0.0-alpha.2
4455
[0.0.1]: https://github.com/mohammadrafigh/NeoComment/releases/tag/1.0.0-alpha.1
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Added
2+
3+
- Added config for Zapstore
4+
5+
### Changed
6+
7+
- Reduced APK size by enabling legacy compression to be able to publish on IzzyOnDroid

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "neocomment",
33
"main": "./src/main.ts",
4-
"version": "1.0.0-alpha.3",
4+
"version": "1.0.0-alpha.4",
55
"private": true,
66
"dependencies": {
77
"@angular/animations": "~20.0.0",

0 commit comments

Comments
 (0)