Skip to content

Commit

Permalink
Merge pull request #161 from osociety/prepare-release-4.0.2
Browse files Browse the repository at this point in the history
Prepare release 4.0.2
  • Loading branch information
git-elliot authored Nov 17, 2023
2 parents 50f3a2a + a0987e7 commit 946ec1d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ name: Dart
on:
pull_request:
branches: [ "main", "dev" ]
paths-ignore:
- '**/**.md'
- 'donation/**'

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Change Log

## 4.0.2
1. Separated logs for example and library

## 4.0.1
1. Fixex path problem for dart and flutter sdk
1. Fixed path problem for dart and flutter sdk

## 4.0.0
### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: network_tools
description: Networking Tools library which can help you discover open ports, devices on subnet and many other things.
version: 4.0.1
version: 4.0.2
issue_tracker: https://github.com/osociety/network_tools/issues
repository: https://github.com/osociety/network_tools

Expand Down

0 comments on commit 946ec1d

Please sign in to comment.