lib/web_push/version.rb in web-push-1.0.0 vs lib/web_push/version.rb in web-push-2.0.0

- old
+ new

@@ -1,5 +1,5 @@ # frozen_string_literal: true module WebPush - VERSION = '1.0.0'.freeze + VERSION = '2.0.0'.freeze end