Skip to content

Commit

Permalink
updated plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
ketanshikharebsft authored and rahulrvp committed Oct 17, 2024
1 parent 142dc10 commit 02c05b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/android/BlueshiftPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class BlueshiftPlugin extends CordovaPlugin {
private static final String ERROR = "error";

// TODO: 18/08/22 Change this on each plugin release
private static final String CDV_PLUGIN_VERSION = "0.1.0";
private static final String CDV_PLUGIN_VERSION = "0.2.0";

private Context mAppContext = null;
private Blueshift mBlueshift = null;
Expand Down
2 changes: 1 addition & 1 deletion src/ios/BlueshiftPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Ketan Shikhare on 15/03/21.
// Copyright Blueshift 2021. All rights reserved.
#define BLUESHIFT_HANDLE_DEEPLINK_NOTIFICATION @"BlueshiftHandleDeepLinkNotification"
#define kBlueshiftCordovaSDKVersion @"0.1.0"
#define kBlueshiftCordovaSDKVersion @"0.2.0"

#import <BlueShift_iOS_SDK/BlueShift.h>

Expand Down

0 comments on commit 02c05b0

Please sign in to comment.