Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Feb 9, 2020
1 parent 0e30d3f commit 4d8067c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased changes
## 3.0.10
### Added
- adding `sort` to sort a list
- added `\t`, `\n`, `\v` and `\r` escape codes (available in strings only)
Expand All @@ -21,8 +21,6 @@
- better tests presentation
- moved the modules to https://github.com/ArkScript-lang/modules

### Removed

## 3.0.9
### Added
- fixing segfault when the VM receives an empty code page (generated from an empty block)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
# VERSION
set(ARK_VERSION_MAJOR 3)
set(ARK_VERSION_MINOR 0)
set(ARK_VERSION_PATCH 9)
set(ARK_VERSION_PATCH 10)

message(STATUS "ArkScript version ${ARK_VERSION_MAJOR}.${ARK_VERSION_MINOR}.${ARK_VERSION_PATCH}")

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ArkScript
### Current version: 3.0.9
### Current version: 3.0.10

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/fd5900d08a97487486c43079c06e19ce)](https://app.codacy.com/app/folaefolc/Ark?utm_source=github.com&utm_medium=referral&utm_content=SuperFola/Ark&utm_campaign=Badge_Grade_Settings)
[![Build Status](https://travis-ci.org/ArkScript-lang/Ark.svg?branch=rework)](https://travis-ci.org/ArkScript-lang/Ark)
Expand Down

0 comments on commit 4d8067c

Please sign in to comment.