Skip to content

Commit

Permalink
Merge pull request #2 from simple-robot/dev/fix-#1
Browse files Browse the repository at this point in the history
修复建立ws链接时没有提供accessToken的问题
  • Loading branch information
ForteScarlet authored Jun 7, 2024
2 parents f01c550 + 4e2891b commit a2da0b2
Show file tree
Hide file tree
Showing 6 changed files with 2,075 additions and 21 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ bin/

### Mac OS ###
.DS_Store

.kotlin
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object P {
override val homepage: String get() = HOMEPAGE


private val baseVersion = v(0, 0, 2)
private val baseVersion = v(0, 0, 3)

val snapshotVersion = baseVersion - Version.SNAPSHOT
override val version = if (isSnapshot()) snapshotVersion else baseVersion
Expand Down
Loading

0 comments on commit a2da0b2

Please sign in to comment.