lib/material_icons/version.rb in material_icons-2.2.1 vs lib/material_icons/version.rb in material_icons-4.0.0
- old
+ new
@@ -1,8 +1,8 @@
#
# Define the versions of the gem and Google material icons.
#
module MaterialIcons
# Version for the library and the gem
- MATERIAL_ICONS_VERSION = '2.2.2'
- VERSION = '2.2.1'
+ MATERIAL_ICONS_VERSION = '4.0.0'
+ VERSION = '4.0.0'
end