From 48a61cbaaba5e7cea67142ea172e23bb8cab5af2 Mon Sep 17 00:00:00 2001 From: Sami Ahmed Siddiqui Date: Wed, 22 Apr 2020 11:21:58 +0500 Subject: [PATCH] Adding version in supported-platforms This version is going to be shown in the version column/cell. Like: https://www.pubnub.com/docs/web-javascript/supported-platforms --- .pubnub.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pubnub.yml b/.pubnub.yml index 63068ce0..fe41d736 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -143,4 +143,5 @@ supported-platforms: - "Flutter" platforms: - "Dart SDK >=2.6.0 <3.0.0" + version: "PubNub Dart SDK" version: "1.0.2"