Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
just-sultanov committed May 7, 2020
1 parent f7b702a commit 2d6f3aa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP_ID=clj-monaco
ARTIFACT_ID=clj-monaco
VERSION=0.0.5-SNAPSHOT
VERSION=0.0.5

GIT_URL=https://github.com/just-sultanov/clj-monaco
REPOSITORY_URL=https://clojars.org/repo/
Expand Down
4 changes: 2 additions & 2 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

=== Unreleased

=== Released

'''

==== v0.0.5 (2020-05-07)
Expand All @@ -11,8 +13,6 @@
* A project structure
* Updated dependencies

=== Released

'''

==== v0.0.4 (2020-01-21)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clj-monaco",
"version": "0.0.5-SNAPSHOT",
"version": "0.0.5",
"description": "A ClojureScript library for the Monaco Editor",
"main": "",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Add the following dependency in your project:
[source,clojure]
----
;; project.clj or build.boot
[clj-monaco "0.0.5-SNAPSHOT"]
[clj-monaco "0.0.5"]
;; deps.edn
{:deps {clj-monaco {:mvn/version "0.0.5-SNAPSHOT"}}}
{:deps {clj-monaco {:mvn/version "0.0.5"}}}
----

Expand Down

0 comments on commit 2d6f3aa

Please sign in to comment.