Skip to content

Commit

Permalink
Relax requirement on LoweredCodeUtils (#294)
Browse files Browse the repository at this point in the history
* Relax requirement on LoweredCodeUtils

* Set version to 2.1.3.
  • Loading branch information
fredrikekre authored Apr 24, 2019
1 parent 4965a68 commit 9c89b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Revise"
uuid = "295af30f-e4ad-537b-8983-00126c2a3abe"
version = "2.1.2"
version = "2.1.3"

[deps]
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
Expand All @@ -18,7 +18,7 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
[compat]
CodeTracking = "~0.5.1"
JuliaInterpreter = "0.2, 0.3, 0.4, 0.5"
LoweredCodeUtils = "~0.3.1"
LoweredCodeUtils = "0.3.2"

[extras]
EponymTuples = "97e2ac4a-e175-5f49-beb1-4d6866a6cdc3"
Expand Down

2 comments on commit 9c89b2a

@fredrikekre
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/255

After the above pull request is merged, it is recommended that you create
a tag on this repository for the registered package version:

git tag -a v2.1.3 -m "<description of version>" 9c89b2aa02225cc9757493bffd82adbad410a82b
git push origin v2.1.3

Please sign in to comment.