Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgenware committed May 10, 2024
1 parent b9f7dc2 commit 6d4d891
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- Remove path dependency.

## 1.1.0

- Remove `basenameAndExtensions`.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: fc_path_util
description: Helper methods for dart `path` package.
version: 1.1.0
version: 1.1.1
repository: https://github.com/flutter-cavalry/fc_path_util

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

dev_dependencies:
lints: ^4.0.0
Expand Down

0 comments on commit 6d4d891

Please sign in to comment.