Skip to content

Commit

Permalink
v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Jan 23, 2018
1 parent 8569cc7 commit a544e4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-final-form",
"version": "3.0.4",
"version": "3.0.5",
"description":
"🏁 High performance subscription-based form state management for React",
"main": "dist/react-final-form.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
export { default as Field } from './Field'
export { default as Form } from './ReactFinalForm'
export { default as FormSpy } from './FormSpy'
export const version = '3.0.4'
export const version = '3.0.5'

0 comments on commit a544e4d

Please sign in to comment.