Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit a0ace4a

Browse files
committed
changed version to alpha-0.1
1 parent b957f38 commit a0ace4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "akkord"
22

3-
version := "1.0"
3+
version := "alpha-0.1"
44

55
scalaVersion := "2.12.3"
66

src/main/scala/akkord/api/DiscordApi.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ object DiscordApi {
8484

8585
def requestHeaders(token: String): immutable.Seq[HttpHeader] = {
8686
val authorization = RawHeader("Authorization", s"Bot $token")
87-
val userAgent = `User-Agent`("DiscordBot (https://github.com/ryanmiville/akkord, 1.0)")
87+
val userAgent = `User-Agent`("DiscordBot (https://github.com/ryanmiville/akkord, alpha-0.1)")
8888
collection.immutable.Seq(authorization, userAgent)
8989
}
9090
}

0 commit comments

Comments
 (0)