Commit f658f5032e46d0a3d9779bbba12d4a2a34786dcc

Authored by Aaron Milam
1 parent b3df225f
Exists in master

Bump to version 0.2.0

We've expanded Rails version support up to 5.x.x.
We have also changed the response Content-Type.

And we plan to release a version after this PR is merged.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/scim_rails/version.rb
1 module ScimRails 1 module ScimRails
2 - VERSION = '0.1.4' 2 + VERSION = '0.2.0'
3 end 3 end