From bd7bf601b37c34ec7e267c7b2e8140ba28016cb2 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 12 Sep 2022 18:49:21 +0000 Subject: [PATCH] release: 0.1.1 --- CHANGELOG.md | 2 +- plugin-dev/Sentry.uplugin | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d39ec5f..f3afa33f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.1.1 ### Features diff --git a/plugin-dev/Sentry.uplugin b/plugin-dev/Sentry.uplugin index b1962937..82097b4f 100644 --- a/plugin-dev/Sentry.uplugin +++ b/plugin-dev/Sentry.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "0.0.1", + "VersionName": "0.1.1", "FriendlyName": "Sentry", "Description": "Sentry catches all your errors and performance issues, and shows you how to fix them before they bring down the player experience.", "Category": "Code Plugins", @@ -34,4 +34,4 @@ "powershell -ExecutionPolicy RemoteSigned -File $(PluginDir)/Scripts/upload-debug-symbols-win.ps1 $(TargetPlatform) $(TargetName) $(TargetType) $(ProjectDir) $(PluginDir)" ] } -} \ No newline at end of file +}