Skip to content

Commit

Permalink
Version 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunxing Dai committed Mar 28, 2017
1 parent 713f570 commit b5b4d94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions opam
@@ -1,7 +1,7 @@

opam-version: "1.2"
name: "reason"
version: "1.13.0"
version: "1.13.2"
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"}
"ocaml-migrate-parsetree"
"reason-parser" {= "1.13.0"}
"reason-parser" {= "1.13.2"}
]
depopts: [
]
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@

{
"version": "1.13.0",
"version": "1.13.2",
"description": "Friendly Syntax & Toolchain Powered by OCaml",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"val": "./_build/ocamlfind/lib"
},
"version": {
"val": "1.13.0",
"val": "1.13.2",
"global": true,
"globalCollisionBehavior": "clobber"
},
Expand All @@ -42,7 +42,7 @@
"reason_version": {
"global": true,
"globalCollisionBehavior": "clobber",
"val": "1.13.0"
"val": "1.13.2"
}
},
"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.0",
"@opam-alpha/reason-parser": "1.13.2",
"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.0"
let git_version = "dbe5d86a16543291cc1fa969851130b93f5a4649"
let git_short_version = "dbe5d86"
let version = "1.13.2"
let git_version = "713f570e554a6caf401580441fbeae280bff8daf"
let git_short_version = "713f570"

0 comments on commit b5b4d94

Please sign in to comment.