Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Nov 27, 2017
1 parent 8ed8e47 commit 1105905
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

✅ Opt-in subscriptions - only update on the state you need!

✅ 💥 **3.54k gzipped** 💥
✅ 💥 **3.5k gzipped** 💥

---

Expand Down
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": "0.0.4",
"version": "1.0.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 = '0.0.2'
export const version = '1.0.0'

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

0 comments on commit 1105905

Please sign in to comment.