Skip to content

Commit

Permalink
Version 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunxing Dai committed Apr 19, 2017
1 parent 6832513 commit a565eb0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions opam
@@ -1,7 +1,7 @@

opam-version: "1.2"
name: "reason"
version: "1.13.3"
version: "1.13.4"
maintainer: "Jordan Walke <jordojw@gmail.com>"
authors: [ "Jordan Walke <jordojw@gmail.com>" ]
license: "BSD"
Expand All @@ -28,7 +28,7 @@ depends: [
"result" {= "1.2"}
"topkg" {>= "0.8.1" & < "0.9"}
"ocaml-migrate-parsetree"
"reason-parser" {= "1.13.3"}
"reason-parser" {= "1.13.4"}
]
depopts: [
]
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@

{
"version": "1.13.3",
"version": "1.13.4",
"description": "Friendly Syntax & Toolchain Powered by OCaml",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"val": "./_build/ocamlfind/lib"
},
"version": {
"val": "1.13.3",
"val": "1.13.4",
"global": true,
"globalCollisionBehavior": "clobber"
},
Expand All @@ -42,7 +42,7 @@
"reason_version": {
"global": true,
"globalCollisionBehavior": "clobber",
"val": "1.13.3"
"val": "1.13.4"
}
},
"name": "reason",
Expand All @@ -55,7 +55,7 @@
"@opam-alpha/ocaml-migrate-parsetree": "*",
"@opam-alpha/result": "*",
"@opam-alpha/topkg": "0.8.1",
"@opam-alpha/reason-parser": "1.13.3",
"@opam-alpha/reason-parser": "1.13.4",
"dependency-env": "*",
"opam-installer-bin": "https://github.com/yunxing/opam-installer-bin.git",
"nopam": "*",
Expand Down
6 changes: 3 additions & 3 deletions package.ml
@@ -1,4 +1,4 @@

let version = "1.13.3"
let git_version = "662f602a0b070e8bd632d891b391213cd737b578"
let git_short_version = "662f602"
let version = "1.13.4"
let git_version = "6832513c6d1b62bf29c7922299a5d9bd1132f0de"
let git_short_version = "6832513"
2 changes: 1 addition & 1 deletion reason-parser/opam
@@ -1,7 +1,7 @@

opam-version: "1.2"
name: "reason-parser"
version: "1.13.3"
version: "1.13.4"
maintainer: "Jordan Walke <jordojw@gmail.com>"
authors: [ "Jordan Walke <jordojw@gmail.com>" ]
license: "BSD"
Expand Down
6 changes: 3 additions & 3 deletions reason-parser/package.json
@@ -1,6 +1,6 @@

{
"version": "1.13.3",
"version": "1.13.4",
"description": "Friendly Syntax & Toolchain Powered by OCaml",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"val": "./_build/ocamlfind/lib"
},
"version": {
"val": "1.13.3",
"val": "1.13.4",
"global": true,
"globalCollisionBehavior": "clobber"
},
Expand All @@ -42,7 +42,7 @@
"reason_version": {
"global": true,
"globalCollisionBehavior": "clobber",
"val": "1.13.3"
"val": "1.13.4"
}
},
"name": "reason",
Expand Down

0 comments on commit a565eb0

Please sign in to comment.