Skip to content

Commit e00e838

Browse files
authored
Bump version to 0.1.0-SNAPSHOT (#37)
1 parent 5838974 commit e00e838

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apollo-execution-runtime/src/commonMain/kotlin/com/apollographql/execution/websocket/SubscriptionWebSocketHandler.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import kotlinx.coroutines.launch
2525
import okio.Buffer
2626
import okio.Sink
2727

28-
2928
/**
3029
* A [WebSocketHandler] that implements https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md
3130
*/

librarian.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.compatibility=2.0.0
44
sonatype.backend=S01
55

66
pom.groupId=com.apollographql.execution
7-
pom.version=0.0.4-SNAPSHOT
7+
pom.version=0.1.0-SNAPSHOT
88
pom.description=GraphQL execution algorithms
99
pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-execution
1010
pom.developer=Apollo Kotlin Execution contributors

0 commit comments

Comments
 (0)