Skip to content

Commit 3b86048

Browse files
committed
Update
1 parent 6192851 commit 3b86048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

channels/offline-channel-js/src/OfflineChannel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828
import { OfflineBatchHandler } from "./OfflineBatchHandler";
2929
import { Sender } from "./Sender";
3030

31-
const version = "#version#";
31+
const version = '0.4.1';
3232
const DefaultOfflineIdentifier = "OfflineChannel";
3333
const DefaultBatchInterval = 15000;
3434
const DefaultInMemoMaxTime = 15000;

0 commit comments

Comments
 (0)