Skip to content

Commit

Permalink
0.0.1-pre.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Jul 17, 2024
1 parent 508f5a0 commit a50a9d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1-pre.8
## 0.0.1-pre.9

- **ADDED**: Initial release
16 changes: 8 additions & 8 deletions lib/src/model/pubspec.yaml.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ sealed class Pubspec {
static const PubspecVersion version = (
/// Non-canonical string representation of the version as provided
/// in the pubspec.yaml file.
representation: r'0.0.1-pre.8',
representation: r'0.0.1-pre.9',

/// Returns a 'canonicalized' representation
/// of the application version.
/// This represents the version string in accordance with
/// Semantic Versioning (SemVer) standards.
canonical: r'0.0.1-pre.8',
canonical: r'0.0.1-pre.9',

/// MAJOR version when you make incompatible API changes.
/// The major version number: 1 in "1.2.3".
Expand All @@ -115,7 +115,7 @@ sealed class Pubspec {
patch: 1,

/// The pre-release identifier: "foo" in "1.2.3-foo".
preRelease: <String>[r'pre', r'8'],
preRelease: <String>[r'pre', r'9'],

/// The build identifier: "foo" in "1.2.3+foo".
build: <String>[],
Expand All @@ -126,11 +126,11 @@ sealed class Pubspec {
2024,
7,
17,
19,
8,
28,
336,
435,
22,
36,
15,
282,
791,
);

/// Name
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
Dart client to communicate with Centrifuge and Centrifugo from Flutter and VM
over WebSockets
version: 0.0.1-pre.8
version: 0.0.1-pre.9

homepage: https://centrifugal.dev

Expand Down

0 comments on commit a50a9d1

Please sign in to comment.