Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devSparkle committed Jul 23, 2023
1 parent b8b95aa commit 429eda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local SDK = setmetatable({}, {__index = HubClass.new()})

HubClass.SDK_INTERFACE = table.freeze({
name = "sentry.roblox.devsparkle",
version = "1.1.0",
version = "1.2.0",
})

local SENTRY_PROTOCOL_VERSION = 7
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "devsparkle/sentry-roblox"
description = "An unofficial Roblox SDK for Sentry.io"
version = "1.1.0"
version = "1.2.0"
license = "BSD-2-Clause"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit 429eda3

Please sign in to comment.