Skip to content

Commit 32f0b82

Browse files
committed
chore: add missing gif in README
1 parent 339d5c4 commit 32f0b82

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
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.4
7+
8+
## What's Changed
9+
* chore: add missing gif in README
10+
11+
**Full Changelog**: https://github.com/airscripts/analscript/compare/1.1.3...1.1.4
12+
613
# 1.1.3
714

815
## What's Changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
<h3 align="center">
2-
<img src="./assets/images/logo.png" width="100" alt="Logo"/><br/>
3-
</h3>
4-
51
<h1 align="center">
2+
<img src="./assets/images/logo.png" width="100" alt="Logo"/><br/>
63
Analscript
74
</h1>
85

96
<p align="center">
107
Analscript is an esoteric programming language, that takes inspiration from the fallen Anal Lang and serves, the purpose to be a modern approach for writing anally fast stuff.
118
</p>
129

10+
<p align="center">
11+
<img src="./assets/gifs/usage.gif" alt="Usage GIF" />
12+
</p>
13+
1314
## Contents
1415
- [Installation](#installation)
1516
- [Usage](#usage)
@@ -34,7 +35,7 @@ analscript help
3435

3536
This command will show you something like this:
3637
```
37-
Analscript Version 1.1.3
38+
Analscript Version 1.1.4
3839
Copyright (c) 2023 by Airscript
3940
4041
Usage:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.3
1+
1.1.4

assets/gifs/usage.gif

218 KB
Loading

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.3';
1+
const version = 'Analscript, version 1.1.4';
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.3",
3+
"version": "1.1.4",
44
"name": "analscript",
55
"main": "analscript.js",
66
"description": "A modern approach for writing anally fast stuff.",

0 commit comments

Comments
 (0)