Skip to content

Commit

Permalink
Bump up version to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iffyuva committed Nov 22, 2024
1 parent d81b08d commit ec191a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ One stop solution for all survey related requirements! Its tad easy!

This gem supports:

- **rails**: 4.2, 5.0, 5.1, 5.2, 6.0, 6.1 and 7.0
- **ruby**: 2.4, 2.5, 2.6, 2.7, 3.0, 3.1 and 3.2
- **rails**: 7.0, 7.1, 7.2 and 8.0
- **ruby**: 3.1, 3.2 and 3.3

NOTE: Some combinations won't be supported. Please check CI for the ignored ones.

Expand Down Expand Up @@ -148,7 +148,7 @@ GET /rapidfire/surveys/<survey-id>/results

This new api supports two formats: `html` and `json`. The `json` format can be used with any
javascript based chart solutions like Chart.js. An example can be seen
[here](https://github.com/code-mancers/rapidfire-app).
[here](https://github.com/codemancers/rapidfire-app).

Diving into details of `json` format, all the questions can be categorized into
one of the two categories:
Expand Down
2 changes: 1 addition & 1 deletion lib/rapidfire/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rapidfire
VERSION = '5.0.0'
VERSION = '8.0.0'
end

0 comments on commit ec191a4

Please sign in to comment.