Skip to content

Commit

Permalink
version 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Feb 12, 2019
1 parent 8a11493 commit 42133d0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ update-version: VERSION=$(shell cat Changelog | grep -E '^[0-9]' | head -n 1)
update-version:
@echo "Set version to $(VERSION)"
@sed -i 's/^version: .*/version: "$(VERSION)"/' *.opam
@sed -i 's/^\( *\)"ppx_protocol_conv" { >= ".*" }/\1"ppx_protocol_conv" { >= "$(VERSION)" }/' ppx_protocol_conv_*.opam
@sed -i 's/^\( *\)"ppx_protocol_conv" {[ ]*>= ".*"[ ]*}/\1"ppx_protocol_conv" {>= "$(VERSION)"}/' ppx_protocol_conv_*.opam

release:
opam publish
Expand Down
2 changes: 1 addition & 1 deletion ppx_protocol_conv_json.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
depends: [
"ocaml" {>= "4.04.0"}
"ppx_protocol_conv" {>= "3.1.1"}
"ppx_protocol_conv" {>= "3.1.3"}
"yojson" {>= "1.6.0"}
"dune" {build}
"ppx_sexp_conv" {with-test & < "v0.12"}
Expand Down
2 changes: 1 addition & 1 deletion ppx_protocol_conv_jsonm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
depends: [
"ocaml" {>= "4.04"}
"ppx_protocol_conv" {>= "3.1.1"}
"ppx_protocol_conv" {>= "3.1.3"}
"ezjsonm"
"dune" {build}
"ppx_sexp_conv" {with-test & < "v0.12"}
Expand Down
2 changes: 1 addition & 1 deletion ppx_protocol_conv_msgpack.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
depends: [
"ocaml" {>= "4.04.0"}
"ppx_protocol_conv" {>= "3.1.1"}
"ppx_protocol_conv" {>= "3.1.3"}
"msgpck"
"dune" {build}
"ppx_sexp_conv" {with-test & < "v0.12"}
Expand Down
2 changes: 1 addition & 1 deletion ppx_protocol_conv_xml_light.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
depends: [
"ocaml" {>= "4.04.0"}
"ppx_protocol_conv" {>= "3.1.1"}
"ppx_protocol_conv" {>= "3.1.3"}
"xml-light"
"dune" {build}
"ppx_sexp_conv" {with-test & < "v0.12"}
Expand Down
2 changes: 1 addition & 1 deletion ppx_protocol_conv_yaml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
depends: [
"ocaml" {>= "4.04.0"}
"ppx_protocol_conv" {>= "3.1.1"}
"ppx_protocol_conv" {>= "3.1.3"}
"yaml"
"dune" {build}
"ppx_sexp_conv" {with-test & < "v0.12"}
Expand Down

0 comments on commit 42133d0

Please sign in to comment.