Skip to content

Commit

Permalink
chore: add missing gif in README
Browse files Browse the repository at this point in the history
  • Loading branch information
airscripts committed Jul 29, 2023
1 parent 339d5c4 commit 32f0b82
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) with some edits,
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# 1.1.4

## What's Changed
* chore: add missing gif in README

**Full Changelog**: https://github.com/airscripts/analscript/compare/1.1.3...1.1.4

# 1.1.3

## What's Changed
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<h3 align="center">
<img src="./assets/images/logo.png" width="100" alt="Logo"/><br/>
</h3>

<h1 align="center">
<img src="./assets/images/logo.png" width="100" alt="Logo"/><br/>
Analscript
</h1>

<p align="center">
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.
</p>

<p align="center">
<img src="./assets/gifs/usage.gif" alt="Usage GIF" />
</p>

## Contents
- [Installation](#installation)
- [Usage](#usage)
Expand All @@ -34,7 +35,7 @@ analscript help

This command will show you something like this:
```
Analscript Version 1.1.3
Analscript Version 1.1.4
Copyright (c) 2023 by Airscript
Usage:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.3
1.1.4
Binary file added assets/gifs/usage.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/help.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = 'Analscript, version 1.1.3';
const version = 'Analscript, version 1.1.4';
const copyright = '\nCopyright (c) 2023 by Airscript\n';

const usage = `
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.1.3",
"version": "1.1.4",
"name": "analscript",
"main": "analscript.js",
"description": "A modern approach for writing anally fast stuff.",
Expand Down

0 comments on commit 32f0b82

Please sign in to comment.