Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Sep 11, 2024
1 parent 682631f commit 520d2e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flutter_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Checkout shelfsdk
uses: actions/checkout@v3
with:
repository: Dr-Blank/shelfsdk
path: ./shelfsdk

- name: Set Up Java
uses: actions/[email protected]
with:
Expand Down
8 changes: 3 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1105,11 +1105,9 @@ packages:
shelfsdk:
dependency: "direct main"
description:
path: "."
ref: main
resolved-ref: f5e7db74c2aa367179f5b369407f88848a020c24
url: "https://github.com/Dr-Blank/shelfsdk"
source: git
path: "../shelfsdk"
relative: true
source: path
version: "1.0.0"
shimmer:
dependency: "direct main"
Expand Down
6 changes: 2 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.0.1+1
version: 0.0.2+1

environment:
sdk: ">=3.3.4 <4.0.0"
Expand Down Expand Up @@ -79,9 +79,7 @@ dependencies:
scroll_loop_auto_scroll: ^0.0.5
sensors_plus: ^6.0.1
shelfsdk:
git:
url: https://github.com/Dr-Blank/shelfsdk
ref: main
path: ./shelfsdk
shimmer: ^3.0.0
url_launcher: ^6.2.6
dev_dependencies:
Expand Down

0 comments on commit 520d2e9

Please sign in to comment.