Skip to content

Commit fcb2f9e

Browse files
committed
Bump version to v0.1.0
1 parent ebc4994 commit fcb2f9e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
name: CI
44

5+
env:
6+
FLUTTER_VERSION: 3.22.2
7+
58
# Controls when the workflow will run
69
on:
710
# Triggers the workflow on push or pull request events but only for the master branch
811
push:
9-
branches: [ master ]
12+
branches: [ main ]
1013
pull_request:
11-
branches: [ master ]
14+
branches: [ main ]
1215

1316
# Allows you to run this workflow manually from the Actions tab
1417
workflow_dispatch:
@@ -29,7 +32,7 @@ jobs:
2932
- name: Install Flutter
3033
uses: subosito/flutter-action@v2
3134
with:
32-
flutter-version: "3.10.6"
35+
flutter-version: ${{ env.FLUTTER_VERSION }}
3336
channel: "stable"
3437

3538
# Install dependencies

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.1.0] - 2024-08-06
2+
- Release new version `v0.1.0`
3+
14
## 0.0.1
25

36
* TODO: Describe initial release.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jmap_dart_client
22
description: A JMAP client library to make JMAP method calls and process the responses.
3-
version: 0.0.1
3+
version: 0.1.0
44
homepage: https://github.com/linagora/jmap-dart-client.git
55

66
environment:

0 commit comments

Comments
 (0)