Skip to content

Commit

Permalink
Update LICENSE.md and README.md, Change branch to master for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
2shady4u committed Jan 28, 2024
1 parent 36aebea commit ec3c402
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🌈 All Builds
on:
push:
branches: [ gd-extension ]
branches: [ master ]
tags:
- "v*"

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2023 Piet Bronders & Jeroen De Geeter
Copyright (c) 2019-2024 Piet Bronders & Jeroen De Geeter

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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
***NOTE**: This branch is compatible with Godot 4.x. Older versions of Godot (3.x) are supported on the `master`-branch as found [here](https://github.com/2shady4u/godot-sqlite/tree/master).*
***NOTE**: This branch is compatible with Godot 4.x. Older versions of Godot (3.x) are supported on the `godot-3.x`-branch as found [here](https://github.com/2shady4u/godot-sqlite/tree/godot-3.x).*

![Godot SQLite banner](icon/godot-sqlite-banner-4.x.png?raw=true "Godot SQLite Banner")

Expand Down
2 changes: 1 addition & 1 deletion demo/addons/godot-sqlite/godot-sqlite.gd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ############################################################################ #
# Copyright © 2019-2023 Piet Bronders & Jeroen De Geeter <[email protected]>
# Copyright © 2019-2024 Piet Bronders & Jeroen De Geeter <[email protected]>
# Licensed under the MIT License.
# See LICENSE in the project root for license information.
# ############################################################################ #
Expand Down

0 comments on commit ec3c402

Please sign in to comment.