Skip to content

Commit 724cc4f

Browse files
committed
Version bump
1 parent df809ba commit 724cc4f

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

pubspec.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,11 @@ packages:
504504
qiscus_chat_sdk:
505505
dependency: "direct main"
506506
description:
507-
path: "..\\qiscus-chat-sdk-flutter"
508-
relative: true
509-
source: path
507+
path: "."
508+
ref: master
509+
resolved-ref: "4cdb999f1b701ad03e43941b18c67d687a957c5e"
510+
url: "git://github.com/qiscus/qiscus-chat-sdk-flutter.git"
511+
source: git
510512
version: "0.1.0"
511513
quiver:
512514
dependency: transitive

pubspec.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
name: qiscus_chat_sample
22
description: Qiscus Chat SDK Sample
3-
4-
# The following defines the version and build number for your application.
5-
# A version number is three numbers separated by dots, like 1.2.43
6-
# followed by an optional build number separated by a +.
7-
# Both the version and the builder number may be overridden in flutter
8-
# build by specifying --build-name and --build-number, respectively.
9-
# In Android, build-name is used as versionName while build-number used as versionCode.
10-
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
11-
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
12-
# Read more about iOS versioning at
13-
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 1.0.1+3
3+
version: 1.0.2
154

165
environment:
176
sdk: '>=2.7.0 <3.0.0'
@@ -33,7 +22,7 @@ dependencies:
3322
fluro: ^1.6.1
3423
date_format: ^1.0.8
3524
qiscus_chat_sdk:
36-
# path: ../qiscus-chat-sdk-flutter
25+
# path: ../qiscus-chat-sdk-flutter
3726
git:
3827
url: git://github.com/qiscus/qiscus-chat-sdk-flutter.git
3928
ref: master

0 commit comments

Comments
 (0)