Skip to content

Commit

Permalink
Bump SDK version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devSparkle committed May 24, 2023
1 parent dae24d9 commit c8d083c
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.0.0-beta1",
version = "1.0.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.0.0-beta1"
version = "1.0.0"
license = "BSD-2-Clause"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit c8d083c

Please sign in to comment.