lib/web_push/version.rb in web-push-2.1.0 vs lib/web_push/version.rb in web-push-3.0.0

- old
+ new

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