Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit cbc4a01

Browse files
authored
Merge pull request #2 from BeAPI/release/1.0.1
release 1.0.1
2 parents ba60ff2 + 2f44167 commit cbc4a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beapi-raygun.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: BEAPI Raygun
4-
Version: 1.0.0
4+
Version: 1.0.1
55
Plugin URI: https://beapi.fr
66
Description: Straighforward Raygun implementation for WordPress.
77
Author: Be API Technical team
@@ -36,7 +36,7 @@
3636
}
3737

3838
// Plugin constants
39-
define( 'BEAPI_RAYGUN_VERSION', '1.0.0' );
39+
define( 'BEAPI_RAYGUN_VERSION', '1.0.1' );
4040

4141
// Plugin URL and PATH
4242
define( 'BEAPI_RAYGUN_URL', plugin_dir_url( __FILE__ ) );

0 commit comments

Comments
 (0)