Skip to content

Commit 1c4585a

Browse files
prepare 1.0.0 release (#13)
1 parent 7e16e04 commit 1c4585a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
LaunchDarkly Server-Side SDK for Lua
22
===========================
33

4-
*This version of the SDK is a **beta** version and should not be considered ready for production use while this message is visible.*
5-
64
LaunchDarkly overview
75
-------------------------
86
[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves over 100 billion feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/docs/getting-started) using LaunchDarkly today!

launchdarkly-server-sdk-1.0-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package = "launchdarkly-server-sdk"
33
version = "1.0-0"
44

55
source = {
6-
url = "." -- not online yet!
6+
url = "git+https://github.com/launchdarkly/lua-server-sdk.git"
77
}
88

99
dependencies = {

launchdarkly-server-sdk-redis-1.0-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package = "launchdarkly-server-sdk-redis"
33
version = "1.0-0"
44

55
source = {
6-
url = "." -- not online yet!
6+
url = "git+https://github.com/launchdarkly/lua-server-sdk.git"
77
}
88

99
dependencies = {

0 commit comments

Comments
 (0)