Skip to content

Commit 9d76f2f

Browse files
committed
v3.1.3
1 parent 57a228f commit 9d76f2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-final-form",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description":
55
"🏁 High performance subscription-based form state management for React",
66
"main": "dist/react-final-form.cjs.js",

src/ReactFinalForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import type {
1717
import type { FormProps as Props, ReactContext } from './types'
1818
import shallowEqual from './shallowEqual'
1919
import renderComponent from './renderComponent'
20-
export const version = '3.1.0'
20+
export const version = '3.1.3'
2121

2222
const versions = {
2323
'final-form': ffVersion,

0 commit comments

Comments
 (0)