Skip to content

Commit c333cbf

Browse files
committed
0.3.0
1 parent f72aa64 commit c333cbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## 0.3.2 - present
4+
## 0.3.0 - 2019-26-01
55
- Add amalgamated build to janet for easier embedding.
66
- Add os/date function
77
- Add slurp and spit to core library.

src/include/janet/janet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929

3030
/***** START SECTION CONFIG *****/
3131

32-
#define JANET_VERSION "0.3.1"
32+
#define JANET_VERSION "0.3.0"
3333

3434
#ifndef JANET_BUILD
3535
#define JANET_BUILD "local"

0 commit comments

Comments
 (0)