Skip to content

Commit 917c760

Browse files
committed
Updated version number and changelog.
1 parent 92fdfd2 commit 917c760

File tree

8 files changed

+14
-13
lines changed

8 files changed

+14
-13
lines changed
0 Bytes
Binary file not shown.

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "4.2.103"
16+
version = "4.2.104"
1717
authors = ["Frodo45127 <frodo_gv@hotmail.com>"]
1818
rust-version = "1.67"
1919
edition = "2021"

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ If you're looking for the changes included in the latest beta (against the lates
2626
- Fixed incorrect icons in anim, font and groupformation files.
2727
- Fixed CTD when using the faction painter with a faction with no screen name.
2828
- Fixed lookups not getting loc data from parent packs.
29+
- Fixed parent packs not properly initializing their loc data under specific circustances.
2930

3031
## [4.2.7]
3132
### Added

rpfm_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ rust-version.workspace = true
1616
[dependencies]
1717

1818
# Internal dependencies.
19-
rpfm_lib = { path = "../rpfm_lib", version = "4.2.103", features = ["integration_log", "integration_git"] }
20-
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.103" }
19+
rpfm_lib = { path = "../rpfm_lib", version = "4.2.104", features = ["integration_log", "integration_git"] }
20+
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.104" }
2121

2222
# Error managing.
2323
anyhow = "1.0"

rpfm_extensions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version.workspace = true
1515
[dependencies]
1616

1717
# Internal dependencies.
18-
rpfm_lib = { path = "../rpfm_lib", version = "4.2.103", features = ["integration_log", "integration_assembly_kit", "support_error_bincode"] }
18+
rpfm_lib = { path = "../rpfm_lib", version = "4.2.104", features = ["integration_log", "integration_assembly_kit", "support_error_bincode"] }
1919

2020
# Basic get/set support.
2121
getset = "^0.1"

rpfm_ui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ default = []
2828
[dependencies]
2929

3030
# Internal dependencies.
31-
rpfm_lib = { path = "../rpfm_lib", version = "4.2.103", features = ["integration_log", "integration_git"] }
32-
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.103" }
31+
rpfm_lib = { path = "../rpfm_lib", version = "4.2.104", features = ["integration_log", "integration_git"] }
32+
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.104" }
3333
rpfm_ui_common = { path = "../rpfm_ui_common" }
3434

3535
# Config dependencies.

rpfm_ui_common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ rust-version.workspace = true
1515
[dependencies]
1616

1717
# Internal dependencies.
18-
rpfm_lib = { path = "../rpfm_lib", version = "4.2.103", features = ["integration_log", "integration_git"] }
19-
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.103" }
18+
rpfm_lib = { path = "../rpfm_lib", version = "4.2.104", features = ["integration_log", "integration_git"] }
19+
rpfm_extensions = { path = "../rpfm_extensions", version = "4.2.104" }
2020

2121
# Config dependencies.
2222
directories = "^5.0"

0 commit comments

Comments
 (0)