Skip to content

Commit

Permalink
fix: updated module name from common to CioInternalCommon (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 authored Jun 6, 2023
1 parent 5f73742 commit d81f8df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ios/Classes/SwiftCustomerIoPlugin.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Flutter
import UIKit
import CioTracking
import Common
import CioInternalCommon
import CioMessagingInApp

public class SwiftCustomerIoPlugin: NSObject, FlutterPlugin {
Expand Down
2 changes: 1 addition & 1 deletion ios/customer_io.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'customer_io'
s.version = '1.2.0'
s.version = '1.2.1'
s.summary = 'Customer.io plugin for Flutter'
s.homepage = 'https://customer.io/'
s.license = { :file => '../LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion lib/customer_io_plugin_version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Don't modify this line - it's automatically updated
const version = "1.2.0";
const version = "1.2.1";

0 comments on commit d81f8df

Please sign in to comment.