Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit b718604

Browse files
committed
Bump version to 0.3.0.
1 parent 75b9039 commit b718604

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Master
1+
# 0.3.0
22

33
[Support for polymorphic props](https://github.com/cristianoc/genFlow/issues/15).
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reason genFlow 0.2.0
1+
# Reason genFlow 0.3.0
22

33
`genFlow` is a tool to automatically generate typed bindings between [Reason](https://reasonml.github.io/), and either [Flow](https://flow.org/en/) or [TypeScript](https://www.typescriptlang.org/): see the companion project [genTypeScript](https://github.com/cristianoc/genTypeScript) for more info.
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "genFlow",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Generate Flow bindings for Reason",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)