Skip to content

Commit 438c38b

Browse files
committed
2 parents 99ad97f + 2f09ff7 commit 438c38b

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/raycastly/texture-ripper/compare/v1.5.0...v1.5.1) (2025-09-07)
4+
5+
6+
### Bug Fixes
7+
8+
* workflow fix, version was always one version behind ([79699ac](https://github.com/raycastly/texture-ripper/commit/79699ac65c0a59f968108da8a28e79a70b73335b))
9+
310
# [1.5.0](https://github.com/raycastly/texture-ripper/compare/v1.4.2...v1.5.0) (2025-09-07)
411

512

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "texture-ripper",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "A tool to extract and manage textures",
55
"author": "Maksim Jovovic - Raycastly",
66
"main": "main.js",
@@ -61,4 +61,4 @@
6161
"dependencies": {
6262
"electron-updater": "^6.6.2"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)