mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-15 15:39:29 +00:00
bump version
This commit is contained in:
parent
682631fb8e
commit
520d2e9ebc
3 changed files with 11 additions and 9 deletions
6
.github/workflows/flutter_release.yaml
vendored
6
.github/workflows/flutter_release.yaml
vendored
|
|
@ -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/setup-java@v3.12.0
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue