Skip to content

Commit 55868f9

Browse files
committed
chore: bump version to v1.0.0-beta.2
1 parent b5accf2 commit 55868f9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ Mark lines in any file with `vbt-version` (or a custom marker via the `marker` c
4040

4141
JavaScript / TypeScript:
4242
```js
43-
const VERSION = "1.0.0-beta.1"; // vbt-version
43+
const VERSION = "1.0.0-beta.2"; // vbt-version
4444
```
4545

4646
Markdown / HTML:
4747

4848
```markdown
49-
Current version: 1.0.0-beta.1 <!-- vbt-version -->
49+
Current version: 1.0.0-beta.2 <!-- vbt-version -->
5050
```
5151

5252
TOML:
5353

5454
```toml
55-
version = "1.0.0-beta.1" # vbt-version
55+
version = "1.0.0-beta.2" # vbt-version
5656
```
5757

5858
Only the **old version** (read from `package.json`) on marked lines is replaced. Unmarked lines and other version-like strings are never touched.
@@ -64,7 +64,7 @@ Use `+N` to replace the version N lines below the marker. This is useful for cod
6464
````markdown
6565
<!-- vbt-version +2 -->
6666
```bash
67-
npm i -g vbt@1.0.0-beta.1
67+
npm i -g vbt@1.0.0-beta.2
6868
```
6969
````
7070

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vbt",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "Lightweight CLI to bump package version, replace version strings in marked files, and create git commits and tags",
55
"keywords": [
66
"version",

0 commit comments

Comments
 (0)