Skip to content

Commit 3e1305b

Browse files
committed
chore: version bump for README with updated static links
1 parent 282d801 commit 3e1305b

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) with some edits,
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
# 1.1.6
7+
8+
## What's Changed
9+
* chore: version bump for README with updated static links
10+
11+
**Full Changelog**: https://github.com/airscripts/analscript/compare/1.1.5...1.1.6
12+
613
# 1.1.5
714

815
## What's Changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">
2-
<img src="https://github.com/airscripts/analscript/raw/main/assets/images/logo.png" width="100" alt="Logo"/><br/>
2+
<img src="https://i.postimg.cc/HsH7QsCQ/logo.png" width="100" alt="Logo"/><br/>
33
Analscript
44
</h1>
55

@@ -8,7 +8,7 @@
88
</p>
99

1010
<p align="center">
11-
<img src="https://github.com/airscripts/analscript/raw/main/assets/gifs/usage.gif" alt="Usage GIF" />
11+
<img src="https://i.postimg.cc/1RMyj9q0/usage.gif" alt="Usage GIF" />
1212
</p>
1313

1414
## Contents
@@ -35,7 +35,7 @@ analscript help
3535

3636
This command will show you something like this:
3737
```
38-
Analscript Version 1.1.5
38+
Analscript Version 1.1.6
3939
Copyright (c) 2023 by Airscript
4040
4141
Usage:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.5
1+
1.1.6

lib/help.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const version = 'Analscript, version 1.1.5';
1+
const version = 'Analscript, version 1.1.6';
22
const copyright = '\nCopyright (c) 2023 by Airscript\n';
33

44
const usage = `

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"name": "analscript",
55
"main": "analscript.js",
66
"description": "A modern approach for writing anally fast stuff.",

0 commit comments

Comments
 (0)