Skip to content

Commit

Permalink
Fix a version number typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme-hill authored Jun 19, 2017
1 parent 5c30454 commit 71c709e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace.
is a special snowflake requiring state (`JNIEnv *`) I introduced the
`GuidGenerator` class specifically so that there would be somewhere to store
the `JNIEnv *` when running on Android. However, this basically meant
complicating the library for the sake of one platform. In version 2 the goal is
complicating the library for the sake of one platform. In version 0.2 the goal is
to design for the normal platforms and let Android be weird. In Android you just
need to run `xg::initJni(JNIEnv *)` before you create any guids. The `JNIEnv *`
is just stored as a global variable.
Expand Down

0 comments on commit 71c709e

Please sign in to comment.