Skip to content

Commit f9c98d4

Browse files
MichaelDeBoeyerikras
authored andcommitted
Fix version (#68)
1 parent 6ac2b99 commit f9c98d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = '1.2.0'
20+
export const version = '1.2.1'
2121

2222
export const all: FormSubscription = formSubscriptionItems.reduce(
2323
(result, key) => {

0 commit comments

Comments
 (0)