Skip to content

Commit

Permalink
Updating to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KassWasTaken committed Apr 9, 2024
1 parent 8c79daa commit 73652ff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 4 additions & 4 deletions RpUtils.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Author": "Kass",
"Name": "RP Utils",
"InternalName": "RpUtils",
"AssemblyVersion": "0.0.2.0",
"AssemblyVersion": "0.0.3.0",
"Description": "A suite (eventually) of features to support roleplay. Currently only the sonar. /rputils",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/KassWasTaken/RpUtils",
Expand All @@ -13,7 +13,7 @@
"LoadPriority": 0,
"Punchline": "Supporting your RP needs.",
"AcceptsFeedback": true,
"DownloadLinkInstall": "https://github.com/KassWasTaken/RpUtils/releases/download/v0.0.2/latest.zip",
"DownloadLinkTesting": "https://github.com/KassWasTaken/RpUtils/releases/download/v0.0.2/latest.zip",
"DownloadLinkUpdate": "https://github.com/KassWasTaken/RpUtils/releases/download/v0.0.2/latest.zip"
"DownloadLinkInstall": "https://github.com/KassWasTaken/RpUtils/releases/download/v0.0.3/latest.zip",
"DownloadLinkTesting": "https://github.com/KassWasTaken/RpUtils/releases/download/v0.0.3/latest.zip",
"DownloadLinkUpdate": "https://github.com/KassWasTaken/RpUtils/releases/download/v0.0.3/latest.zip"
}]
8 changes: 8 additions & 0 deletions RpUtils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Changed

### Removed

## [v0.0.3]

### Added
- Added changelog (You are reading it!)

Expand Down
2 changes: 1 addition & 1 deletion RpUtils/RpUtils.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
<PluginVersion>0.0.2</PluginVersion>
<PluginVersion>0.0.3</PluginVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 73652ff

Please sign in to comment.