Skip to content

Commit

Permalink
Set the version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Jun 29, 2023
1 parent 9313699 commit 39cfec3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The Network Survey Messaging protobuf library is available via [mavenCentral](ht

```groovy
dependencies {
implementation 'com.craxiom:network-survey-messaging:0.11.0'
implementation 'com.craxiom:network-survey-messaging:0.11.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

group 'com.craxiom'
version '0.11.0'
version '0.11.1'

// Configure the wrapper and ALL distro so IJ has additional context
wrapper {
Expand Down
4 changes: 2 additions & 2 deletions src/main/asyncapi/network_survey_messaging.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asyncapi: '2.0.0'
info:
title: Network Survey Messaging API
version: '0.11.0'
version: '0.11.1'
description: |
The Network Survey Messaging API defines a set of messages that can be used to describe
wireless survey related events. The messages range from cellular surveys such as GSM, CDMA,
Expand Down Expand Up @@ -1924,7 +1924,7 @@ components:
version:
type: string
description: The version number of the Network Survey Messaging API that this message is based off of.
example: "0.11.0"
example: "0.11.1"

messageType:
type: string
Expand Down

0 comments on commit 39cfec3

Please sign in to comment.