Skip to content

Commit

Permalink
bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawley Fowler authored and Rawley Fowler committed May 17, 2022
1 parent fd32770 commit 7f34a09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Rawley Fowler
Copyright (c) 2022 Rawley Fowler & Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ This library adheres to the following:
Shout out to [Trott/slug](https://github.com/Trott/slug) for inspiring me to make this over a rainy weekend.

## Clojars
This project is available on [Clojars](https://clojars.org/com.github.rawleyfowler/sluj/versions/1.0.0), and you can add it to your lein project via:
This project is available on [Clojars](https://clojars.org/com.github.rawleyfowler/sluj/versions/1.0.1), and you can add it to your lein project via:
```clojure
[com.github.rawleyfowler/sluj "1.0.0"]
[com.github.rawleyfowler/sluj "1.0.1"]
```

## Why?
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject com.github.rawleyfowler/sluj "1.0.0"
:description "Sluj, the small Slug creation tool."
(defproject com.github.rawleyfowler/sluj "1.0.1"
:description "Sluj, the small but mighty slug creation tool."
:url "https://github.com/rawleyfowler/sluj"
:license {:name "MIT"
:url "https://mit-license.org"}
Expand Down

0 comments on commit 7f34a09

Please sign in to comment.