Skip to content

Commit

Permalink
Update meta information
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Oct 9, 2022
1 parent 285411d commit aa4460d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/changelogs/0.8.2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Fix for a rare crash as well as mapping updates and version bumps.

### Changed
* Updated mapping to 3.99.1.1
* Updated mapping to 4.0.0.2

### Fixed
* Crash if parent already has a child with the new name
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ All notable changes to this project will be documented in this file. It uses the

### Added
### Changed
* Updated mapping to 4.0.0.2
### Deprecated
### Removed
### Fixed
* Crash if parent already has a child with the new name
### Security

## 0.8.2 (2022-10-09)

### Changed
* Updated mapping to 4.0.0.2
### Fixed
* Crash if parent already has a child with the new name

## 0.8.1 (2022-08-10)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ from the [lastest MBINCompiler release](https://github.com/monkeyman192/MBINComp
It will be downloaded to **download/mapping.json** (if no other path is set) and
automatically loaded if present.

The built-in mapping is based on `3.99.1.1`.
The built-in mapping is based on `4.0.0.2`.

### Usage

Expand Down
2 changes: 1 addition & 1 deletion libNOM.map/libNOM.map.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!-- Package -->
<PropertyGroup>
<Version>0.8.1</Version>
<Version>0.8.2</Version>
<Authors>zencq</Authors>
<Description>Provides obfuscation and deobfuscation of save files from the game No Man's Sky.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit aa4460d

Please sign in to comment.