Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismydesign committed May 29, 2017
1 parent 1a265cc commit 431920b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Output:
{}
```

#### EventMachine-style input
#### EventMachine-style input (since 1.1.0)

```ruby
# Get a JsonStreamer object that provides access to the parser
Expand Down
2 changes: 1 addition & 1 deletion lib/json/streamer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Json
module Streamer
VERSION = "1.0.0"
VERSION = "1.1.0"
end
end

0 comments on commit 431920b

Please sign in to comment.