Skip to content

Commit

Permalink
Merge pull request #19 from ArkinSolomon/develop
Browse files Browse the repository at this point in the history
Remove snapshot
  • Loading branch information
ArkinSolomon authored Feb 7, 2023
2 parents a4afab7 + 84c59a5 commit 3272108
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sakura Interpreter -- Java

<img src="https://img.shields.io/badge/Interpreter%20Version-1.2.0--SNAPSHOT-red" /> <img src="https://img.shields.io/badge/Lang Version-0.1.0--beta.4-green" /> [![Tests](https://github.com/ArkinSolomon/sakura-interpreter-java/actions/workflows/test-all.yml/badge.svg)](https://github.com/ArkinSolomon/sakura-interpreter-java/actions/workflows/test-all.yml) [![javadoc](https://javadoc.io/badge2/net.arkinsolomon/sakurainterpreter/javadoc.svg)](https://javadoc.io/doc/net.arkinsolomon/sakurainterpreter) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
<img src="https://img.shields.io/badge/Interpreter%20Version-1.2.0-red" /> <img src="https://img.shields.io/badge/Lang Version-0.1.0--beta.4-green" /> [![Tests](https://github.com/ArkinSolomon/sakura-interpreter-java/actions/workflows/test-all.yml/badge.svg)](https://github.com/ArkinSolomon/sakura-interpreter-java/actions/workflows/test-all.yml) [![javadoc](https://javadoc.io/badge2/net.arkinsolomon/sakurainterpreter/javadoc.svg)](https://javadoc.io/doc/net.arkinsolomon/sakurainterpreter) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Sakura Interpreter written in Java.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.arkinsolomon</groupId>
<artifactId>sakurainterpreter</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>Sakura Interpreter</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
public class SakuraInterpreter {

public static final String LANG_VERSION = "0.1.0-beta-4";
public static final String INTERPRETER_VERSION = "1.2.0-SNAPSHOT";
public static final String INTERPRETER_VERSION = "1.2.0";

private final InterpreterOptions options;

Expand Down

0 comments on commit 3272108

Please sign in to comment.