Skip to content

Commit

Permalink
Creates v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timonweb committed Jul 31, 2022
1 parent 3430a5c commit 37b81f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/theme/static_src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theme",
"version": "3.3.0",
"version": "3.4.0",
"description": "",
"scripts": {
"start": "npm run dev",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-tailwind"
version = "3.3.0"
version = "3.4.0"
description = "Tailwind CSS Framework for Django projects"
authors = ["Tim Kamanin <tim@timonweb.com>"]
license = "MIT"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "{{ cookiecutter.app_name }}",
"version": "3.3.0",
"version": "3.4.0",
"description": "",
"scripts": {
"start": "npm run dev",
Expand Down

0 comments on commit 37b81f6

Please sign in to comment.