Skip to content

Commit

Permalink
Bump version to v0.1.0
Browse files Browse the repository at this point in the history
(cherry picked from commit fcb2f9e)
  • Loading branch information
dab246 committed Aug 6, 2024
1 parent 4783ba7 commit d111cd2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

name: CI

env:
FLUTTER_VERSION: 3.22.2

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

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

# Install dependencies
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.1.0] - 2024-08-06
- Release new version `v0.1.0`

## 0.0.1

* TODO: Describe initial release.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jmap_dart_client
description: A JMAP client library to make JMAP method calls and process the responses.
version: 0.0.1
version: 0.1.0
homepage: https://github.com/linagora/jmap-dart-client.git

environment:
Expand Down

0 comments on commit d111cd2

Please sign in to comment.