mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-16 16:09:30 +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
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Checkout shelfsdk
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
repository: Dr-Blank/shelfsdk
|
||||||
|
path: ./shelfsdk
|
||||||
|
|
||||||
- name: Set Up Java
|
- name: Set Up Java
|
||||||
uses: actions/setup-java@v3.12.0
|
uses: actions/setup-java@v3.12.0
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -1105,11 +1105,9 @@ packages:
|
||||||
shelfsdk:
|
shelfsdk:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "../shelfsdk"
|
||||||
ref: main
|
relative: true
|
||||||
resolved-ref: f5e7db74c2aa367179f5b369407f88848a020c24
|
source: path
|
||||||
url: "https://github.com/Dr-Blank/shelfsdk"
|
|
||||||
source: git
|
|
||||||
version: "1.0.0"
|
version: "1.0.0"
|
||||||
shimmer:
|
shimmer:
|
||||||
dependency: "direct main"
|
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
|
# 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
|
# 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.
|
# 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:
|
environment:
|
||||||
sdk: ">=3.3.4 <4.0.0"
|
sdk: ">=3.3.4 <4.0.0"
|
||||||
|
|
@ -79,9 +79,7 @@ dependencies:
|
||||||
scroll_loop_auto_scroll: ^0.0.5
|
scroll_loop_auto_scroll: ^0.0.5
|
||||||
sensors_plus: ^6.0.1
|
sensors_plus: ^6.0.1
|
||||||
shelfsdk:
|
shelfsdk:
|
||||||
git:
|
path: ./shelfsdk
|
||||||
url: https://github.com/Dr-Blank/shelfsdk
|
|
||||||
ref: main
|
|
||||||
shimmer: ^3.0.0
|
shimmer: ^3.0.0
|
||||||
url_launcher: ^6.2.6
|
url_launcher: ^6.2.6
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue