Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Oct 17, 2024
1 parent 30505b8 commit 5107bb8
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 @@ -70,7 +70,7 @@ The Network Survey Messaging protobuf library is available via [mavenCentral](ht

```groovy
dependencies {
implementation 'com.craxiom:network-survey-messaging:1.5.0'
implementation 'com.craxiom:network-survey-messaging:1.6.0'
}
```

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 "1.5.0"
version "1.6.0"

// 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: 3.0.0
info:
title: Network Survey Messaging API
version: 1.5.0
version: 1.6.0
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, UMTS, LTE, and NR, to simple RF energy detection events.
Expand Down Expand Up @@ -2108,7 +2108,7 @@ components:
type: string
description: >-
The version number of the Network Survey Messaging API that this message is based off of.
example: 1.5.0
example: 1.6.0
deviceSerialNumber:
type: string
description: >-
Expand Down

0 comments on commit 5107bb8

Please sign in to comment.