Skip to content

Commit 1e0bf77

Browse files
da2glclaude
andcommitted
release/4.1.0: update PLUGIN_VERSION and tests to 4.1.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e6aae0a commit 1e0bf77

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/RNAppodeal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export interface Appodeal {
240240
/**
241241
* Plugin version constant
242242
*/
243-
const PLUGIN_VERSION = '3.10.1';
243+
const PLUGIN_VERSION = '4.1.0';
244244

245245
/**
246246
* Appodeal SDK implementation

src/__tests__/appodeal.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ describe('Appodeal SDK', () => {
240240
});
241241

242242
it('should return correct plugin version', () => {
243-
expect(Appodeal.getVersion()).toBe('3.10.1');
243+
expect(Appodeal.getVersion()).toBe('4.1.0');
244244
});
245245

246246
it('should handle consent methods correctly', async () => {
@@ -626,7 +626,7 @@ describe('Appodeal SDK', () => {
626626
expect(mockNativeAppodeal.initialize).toHaveBeenCalledWith(
627627
'test-key',
628628
combinedTypes,
629-
'3.10.1'
629+
'4.1.0'
630630
);
631631
expect(mockNativeAppodeal.cache).toHaveBeenCalledWith(combinedTypes);
632632
expect(mockNativeAppodeal.setAutoCache).toHaveBeenCalledWith(

0 commit comments

Comments
 (0)