Skip to content

Commit

Permalink
Bump version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ddormer committed Oct 24, 2023
1 parent a8d216b commit 6793240
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions .changes/1.1.4/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
author: Darren Dormer <[email protected]>
date: 2023-10-24
version: 1.1.4
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [1.1.4] - 2023-10-24

### Changed

- Mistlands update


### Misc

- Fix AssemblyPublicizer output path.
- Update BepInEx, Harmony and MonoMod libs


## [1.1.4] - 2023-10-24

### Changed

- Mistlands update


## [1.1.3] - 2021-09-22

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/Valheim_Serverside/ServersidePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Valheim_Serverside
{

[Harmony]
[BepInPlugin("MVP.Valheim_Serverside_Simulations", "Serverside Simulations", "1.1.3")]
[BepInPlugin("MVP.Valheim_Serverside_Simulations", "Serverside Simulations", "1.1.4")]
[BepInDependency(ValheimPlusPluginId, BepInDependency.DependencyFlags.SoftDependency)]

public class ServersidePlugin : BaseUnityPlugin
Expand Down

0 comments on commit 6793240

Please sign in to comment.