Skip to content

Commit 4d8067c

Browse files
committed
updating version
1 parent 0e30d3f commit 4d8067c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

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

24-
### Removed
25-
2624
## 3.0.9
2725
### Added
2826
- fixing segfault when the VM receives an empty code page (generated from an empty block)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
3030
# VERSION
3131
set(ARK_VERSION_MAJOR 3)
3232
set(ARK_VERSION_MINOR 0)
33-
set(ARK_VERSION_PATCH 9)
33+
set(ARK_VERSION_PATCH 10)
3434

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ArkScript
2-
### Current version: 3.0.9
2+
### Current version: 3.0.10
33

44
[![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)
55
[![Build Status](https://travis-ci.org/ArkScript-lang/Ark.svg?branch=rework)](https://travis-ci.org/ArkScript-lang/Ark)

0 commit comments

Comments
 (0)