Skip to content

Commit

Permalink
v1.0.25
Browse files Browse the repository at this point in the history
- Update template: `lib/src/template/bones_api_template.tar.gz`
  • Loading branch information
gmpassos committed Oct 13, 2021
1 parent 4003983 commit f73934d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/bones_api_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import 'bones_api_utils.dart';
/// Root class of an API.
abstract class APIRoot {
// ignore: constant_identifier_names
static const String VERSION = '1.0.24';
static const String VERSION = '1.0.25';

static final Map<String, APIRoot> _instances = <String, APIRoot>{};

Expand Down

0 comments on commit f73934d

Please sign in to comment.