diff --git a/Device.podspec b/Device.podspec index 746bdfe..1da30dd 100644 --- a/Device.podspec +++ b/Device.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Device" - s.version = "1.1.0" + s.version = "2.0.0" s.summary = "Light weight tool for detecting the current device and screen size written in swift." s.description = "Swift library for detecting the running device's model and screen size. With the newer  devices, developers have more work to do. This library simplifies their job by allowing them to get information about the running device and easily target the ones they want."