Skip to content

Commit

Permalink
chore(pubspec): bump version 0.9.0 (#178)
Browse files Browse the repository at this point in the history
* ci(analysis): remove `ready_for_review` trigger type

* chore(pubspec): bump version 0.9.0
  • Loading branch information
albertms10 authored Jun 11, 2023
1 parent 27e371c commit d97b5f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:

pull_request:
branches: [main]
types: [opened, synchronize, ready_for_review, reopened]
types: [opened, synchronize, reopened]

env:
DART_SDK_VERSION: "3.0.0"
DART_SDK_VERSION: "3.0.3"

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: music_notes
description: Music notes library
version: 0.8.0
version: 0.9.0

repository: https://github.com/albertms10/music_notes.git

Expand All @@ -13,5 +13,5 @@ dependencies:
test: any

dev_dependencies:
dart_code_metrics: ^5.7.4
dart_code_metrics: ^5.7.5
very_good_analysis: ^5.0.0+1

0 comments on commit d97b5f6

Please sign in to comment.