Skip to content

Commit

Permalink
## 1.8.0-beta.5
Browse files Browse the repository at this point in the history
- shelf_letsencrypt: ^2.0.0-beta.7
  • Loading branch information
gmpassos committed Dec 3, 2024
1 parent fd673ed commit a166e38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.8.0-beta.5

- shelf_letsencrypt: ^2.0.0-beta.7

## 1.8.0-beta.4

- shelf_letsencrypt: ^2.0.0-beta.6
Expand Down
2 changes: 1 addition & 1 deletion lib/src/bones_api_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ typedef APILogger = void Function(APIRoot apiRoot, String type, String? message,
/// Bones API Library class.
class BonesAPI {
// ignore: constant_identifier_names
static const String VERSION = '1.8.0-beta.4';
static const String VERSION = '1.8.0-beta.5';

static bool _boot = false;

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bones_api
description: Bones_API - A powerful API backend framework for Dart. It comes with a built-in HTTP Server, route handler, entity handler, SQL translator, and DB adapters.
version: 1.8.0-beta.4
version: 1.8.0-beta.5
homepage: https://github.com/Colossus-Services/bones_api

environment:
Expand All @@ -27,7 +27,7 @@ dependencies:
resource_portable: ^3.1.0
docker_commander: ^2.1.7
args_simple: ^1.1.0
shelf_letsencrypt: ^2.0.0-beta.6
shelf_letsencrypt: ^2.0.0-beta.7
shelf: ^1.4.2
shelf_gzip: ^4.1.0
shelf_static: ^1.1.3
Expand Down

0 comments on commit a166e38

Please sign in to comment.