Skip to content

Commit 5c57a08

Browse files
author
LamNguyen176
committed
update version(#aes-algorithm)
1 parent a2d166c commit 5c57a08

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/flutter.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Flutter CI
22

33
on:
4-
# push:
5-
# branches:
6-
# - master
7-
pull_request:
4+
push:
85
branches:
96
- master
7+
# pull_request:
8+
# branches:
9+
# - master
1010

1111
jobs:
1212
build:
@@ -26,9 +26,11 @@ jobs:
2626
with:
2727
path: |
2828
~/.pub-cache
29-
key: ${{ runner.os }}-pub-cache-${{ hashFiles('pubspec.yaml') }}
29+
flutter/bin/cache
30+
# key: ${{ runner.os }}-pub-cache-${{ hashFiles('pubspec.yaml') }}
31+
key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml', 'pubspec.lock') }}
3032
restore-keys: |
31-
${{ runner.os }}-pub-cache-
33+
${{ runner.os }}-flutter-
3234
3335
- name: Install dependencies
3436
run: flutter pub get

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_crypto_algorithm
22
description: "A Flutter package for secure encryption algorithms, providing efficient tools for data protection and encryption operations"
3-
version: 0.0.1
3+
version: 0.1.0
44
repository: https://github.com/LamNguyen17/flutter_crypto_algorithm
55
issue_tracker: https://github.com/LamNguyen17/flutter_crypto_algorithm/issues
66
homepage: https://github.com/LamNguyen17/flutter_crypto_algorithm

0 commit comments

Comments
 (0)