bump version

This commit is contained in:
Dr-Blank 2024-09-11 01:13:55 -04:00
parent 682631fb8e
commit 520d2e9ebc
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
3 changed files with 11 additions and 9 deletions

View file

@ -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:

View file

@ -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"

View file

@ -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: