Skip to content

Commit a774d67

Browse files
committed
Increments version number to 2.0.1
1 parent c2fcb48 commit a774d67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
bit_buffer:
1919
git:
2020
url: https://github.com/halifox/dart_bit_buffer
21-
ref: 2.0.0
21+
ref: 2.0.1
2222
```
2323
2424
## Usage

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bit_buffer
22
description: "A Dart library for efficient bit-level data manipulation, providing flexible reading and writing of various data types with configurable bit ordering."
3-
version: 2.0.0
3+
version: 2.0.1
44
homepage: https://github.com/halifox/dart_bit_buffer
55

66
environment:

0 commit comments

Comments
 (0)