Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Nov 29, 2017
1 parent b4b3c40 commit 4fdc5d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "final-form",
"version": "1.0.0",
"version": "1.1.0",
"description":
"馃弫 Framework agnostic, high performance, subscription-based form state management",
"main": "dist/final-form.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion src/FinalForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import type {
} from './types'

export const FORM_ERROR = Symbol('form-error')
export const version = '1.0.0'
export const version = '1.1.0'

type Subscribers<T: Object> = {
index: number,
Expand Down

0 comments on commit 4fdc5d3

Please sign in to comment.