Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktim committed Nov 7, 2022
1 parent 1b570ea commit 1e12174
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions elm.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"type": "package",
"name": "eriktim/elm-protocol-buffers",
"summary": "An Elm implementation of the Protocol Buffers (protobuf) specification",
"license": "BSD-3-Clause",
"version": "1.1.1",
"exposed-modules": [
"Google.Protobuf",
"Protobuf.Decode",
"Protobuf.Encode",
"Protobuf.Types.Int64"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/bytes": "1.0.7 <= v < 2.0.0",
"elm/core": "1.0.2 <= v < 2.0.0",
"elm/http": "2.0.0 <= v < 3.0.0"
},
"test-dependencies": {
"elm/json": "1.1.2 <= v < 2.0.0",
"elm-explorations/test": "1.2.0 <= v < 2.0.0",
"jxxcarlson/hex": "2.1.2 <= v < 3.0.0"
}
"type": "package",
"name": "eriktim/elm-protocol-buffers",
"summary": "An Elm implementation of the Protocol Buffers (protobuf) specification",
"license": "BSD-3-Clause",
"version": "1.2.0",
"exposed-modules": [
"Google.Protobuf",
"Protobuf.Decode",
"Protobuf.Encode",
"Protobuf.Types.Int64"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/bytes": "1.0.7 <= v < 2.0.0",
"elm/core": "1.0.2 <= v < 2.0.0",
"elm/http": "2.0.0 <= v < 3.0.0"
},
"test-dependencies": {
"elm/json": "1.1.2 <= v < 2.0.0",
"elm-explorations/test": "1.2.0 <= v < 2.0.0",
"jxxcarlson/hex": "2.1.2 <= v < 3.0.0"
}
}

0 comments on commit 1e12174

Please sign in to comment.