Skip to content

Commit

Permalink
Bump to version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbwm committed Aug 9, 2024
1 parent 66bf008 commit 4f73086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.

<groupId>org.mal-lang</groupId>
<artifactId>icslang</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<packaging>jar</packaging>

<name>icsLang</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/mal/main.mal
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
*/

#id: "org.mal-lang.icsLang"
#version: "0.0.1"
#version: "0.0.2"

include "icsLang.mal"

0 comments on commit 4f73086

Please sign in to comment.