Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrr Hak authored and Mrr Hak committed Dec 20, 2023
1 parent 715b38e commit 81e92a5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/format-analyze-test.yml
Expand Up @@ -24,3 +24,8 @@ jobs:

- name: Test
run: dart test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
17 changes: 17 additions & 0 deletions SECURITY.md
@@ -0,0 +1,17 @@
# Security Policy

### Platform Support

| Android | iOS | MacOS | Web | Linux | Windows |
| :-----: | :-: | :---: | :-: | :---: | :-----: |
|||||||

## Supported Versions

| Version | Supported |
|---------|--------------------|
| 2.1.x ||
| 2.0.x ||
| 1.2.x ||
| 1.1.x ||
| 1.0.x ||
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,7 +1,7 @@
name: icons_launcher
description: A command-line tool that simplifies the task of updating your Flutter app's launcher icon.
maintainer: Mrr Hak
homepage: https://github.com/mrrhak/icons_launcher
homepage: https://mrrhak.com
repository: https://github.com/mrrhak/icons_launcher/tree/master
issue_tracker: https://github.com/mrrhak/icons_launcher/issues
version: 2.1.6
Expand All @@ -25,7 +25,7 @@ dev_dependencies:
build_runner: ^2.4.7
build_version: ^2.1.1
lints: ^3.0.0
test: ^1.24.9
test: ^1.25.0

topics:
- icons
Expand Down

0 comments on commit 81e92a5

Please sign in to comment.