Skip to content

Commit 6e8c98e

Browse files
committed
tagging v2.3.15
1 parent d7fd1e6 commit 6e8c98e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

haskell/sbp.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sbp
2-
version: 2.3.14
2+
version: 2.3.15
33
synopsis: SwiftNav's SBP Library
44
homepage: https://github.com/swift-nav/libsbp
55
license: LGPL-3

haskell/sbp.cabal.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sbp
2-
version: 2.3.14
2+
version: 2.3.15
33
synopsis: SwiftNav's SBP Library
44
homepage: https://github.com/swift-nav/libsbp
55
license: LGPL-3
@@ -121,4 +121,4 @@ test-suite test
121121
, tasty
122122
, tasty-hunit
123123
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
124-
default-language: Haskell2010
124+
default-language: Haskell2010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sbp",
3-
"version": "2.3.14",
3+
"version": "2.3.15",
44
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
55
"files": [
66
"javascript/*",

0 commit comments

Comments
 (0)