Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Nov 25, 2024
1 parent f09763b commit e869d10
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

| Version | Supported | |
| ------- | --------- | ---------------------------------------------------------------------------------------------------------------- |
| 0.1.1 | :warning: | [Docs](https://setonix.world/docs/v1/intro) [Release](https://github.com/LinwoodDev/Setonix/releases/tag/v0.1.1) |
| 0.2.0 | :warning: | [Docs](https://setonix.world/docs/v1/intro) [Release](https://github.com/LinwoodDev/Setonix/releases/tag/v0.2.0) |
| 0.1.1 | :x: | [Docs](https://setonix.world/docs/v1/intro) [Release](https://github.com/LinwoodDev/Setonix/releases/tag/v0.1.1) |

Currently there is no version released yet.
Because of that, there is also no main branch.
Expand Down
4 changes: 2 additions & 2 deletions api/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ packages:
dependency: "direct main"
description:
path: "packages/lw_file_system_api"
ref: ec2a673e95addf558106df3f206ef1b691e48e93
resolved-ref: ec2a673e95addf558106df3f206ef1b691e48e93
ref: "44984e1e51d4ba0ed631d2d201e92ea56e112393"
resolved-ref: "44984e1e51d4ba0ed631d2d201e92ea56e112393"
url: "https://github.com/LinwoodDev/dart_pkgs"
source: git
version: "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
lw_file_system_api:
git:
url: https://github.com/LinwoodDev/dart_pkgs
ref: ec2a673e95addf558106df3f206ef1b691e48e93
ref: 44984e1e51d4ba0ed631d2d201e92ea56e112393
path: packages/lw_file_system_api
networker:
git:
Expand Down
12 changes: 6 additions & 6 deletions app/android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.1002.0)
aws-sdk-core (3.212.0)
aws-partitions (1.1013.0)
aws-sdk-core (3.213.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.95.0)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.170.0)
aws-sdk-s3 (1.173.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -154,7 +154,7 @@ GEM
domain_name (~> 0.5)
httpclient (2.8.3)
jmespath (1.6.2)
json (2.8.1)
json (2.8.2)
jwt (2.9.3)
base64
mini_magick (4.13.2)
Expand All @@ -164,7 +164,7 @@ GEM
nanaimo (0.4.0)
naturally (2.2.1)
nkf (0.2.0)
optparse (0.5.0)
optparse (0.6.0)
os (1.1.4)
plist (3.7.1)
public_suffix (6.0.1)
Expand Down
2 changes: 1 addition & 1 deletion app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ const isNightly =
flavor == 'nightly' || flavor == 'dev' || flavor == 'development';
const shortApplicationName = isNightly ? 'Setonix Nightly' : 'Setonix';
const applicationName = 'Linwood $shortApplicationName';
const applicationMinorVersion = '0.1';
const applicationMinorVersion = '0.2';
8 changes: 4 additions & 4 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -671,17 +671,17 @@ packages:
dependency: "direct main"
description:
path: "packages/lw_file_system"
ref: "2e1d530b67957af65908cc6288b86bc5313b5e24"
resolved-ref: "2e1d530b67957af65908cc6288b86bc5313b5e24"
ref: fe6893a77b5a504a7d9632addba8510ea566563a
resolved-ref: fe6893a77b5a504a7d9632addba8510ea566563a
url: "https://github.com/LinwoodDev/dart_pkgs"
source: git
version: "1.0.0"
lw_file_system_api:
dependency: transitive
description:
path: "packages/lw_file_system_api"
ref: ec2a673e95addf558106df3f206ef1b691e48e93
resolved-ref: ec2a673e95addf558106df3f206ef1b691e48e93
ref: "44984e1e51d4ba0ed631d2d201e92ea56e112393"
resolved-ref: "44984e1e51d4ba0ed631d2d201e92ea56e112393"
url: "https://github.com/LinwoodDev/dart_pkgs"
source: git
version: "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies:
lw_file_system:
git:
url: https://github.com/LinwoodDev/dart_pkgs
ref: 2e1d530b67957af65908cc6288b86bc5313b5e24
ref: fe6893a77b5a504a7d9632addba8510ea566563a
path: packages/lw_file_system
lw_sysapi:
git:
Expand Down

0 comments on commit e869d10

Please sign in to comment.