Skip to content

Commit

Permalink
Merge pull request #9 from bancolombia/feature/pubspec
Browse files Browse the repository at this point in the history
fix: sdk environment
  • Loading branch information
santitigaga authored Sep 18, 2023
2 parents 58a7935 + e5ce8b1 commit b7c36a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: dart_code_linter
version: 1.0.0
version: 1.0.1
description: Dart Code Linter is a software analytics tool that helps developers analyse and improve software quality. Dart Code Linter is based on a fork of Dart Code Metrics.
repository: https://github.com/bancolombia/dart-code-linter

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=2.18.0 <4.0.0"

platforms:
linux:
Expand Down

0 comments on commit b7c36a0

Please sign in to comment.